fix installer :s

This commit is contained in:
Shoghi Cervantes 2014-02-05 12:10:32 +01:00
parent 838147c4eb
commit 61ecf3418e

View File

@ -71,7 +71,7 @@ else
echo " detecting if build is available..." echo " detecting if build is available..."
if [ "$(uname -s)" == "Darwin" ]; then if [ "$(uname -s)" == "Darwin" ]; then
if ["$(uname -s)" == iPhone*] || ["$(uname -s)" == iPod*] || ["$(uname -s)" == iPad*]; then if ["$(uname -s)" == iPhone*] || ["$(uname -s)" == iPod*] || ["$(uname -s)" == iPad*]; then
echo -n "[3/3] No binaries for iOS available"
else else
rm -r -f bin/ >> /dev/null 2>&1 rm -r -f bin/ >> /dev/null 2>&1
echo -n "[3/3] Mac OSX PHP build available, downloading $MAC_BUILD.tar.gz..." echo -n "[3/3] Mac OSX PHP build available, downloading $MAC_BUILD.tar.gz..."