From 61ecf3418edd4bcb49f5d3fedd04e502873aab0d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 5 Feb 2014 12:10:32 +0100 Subject: [PATCH] fix installer :s --- src/build/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/installer.sh b/src/build/installer.sh index 5d75c9bf9..d56550b59 100644 --- a/src/build/installer.sh +++ b/src/build/installer.sh @@ -71,7 +71,7 @@ else echo " detecting if build is available..." if [ "$(uname -s)" == "Darwin" ]; then if ["$(uname -s)" == iPhone*] || ["$(uname -s)" == iPod*] || ["$(uname -s)" == iPad*]; then - + echo -n "[3/3] No binaries for iOS available" else rm -r -f bin/ >> /dev/null 2>&1 echo -n "[3/3] Mac OSX PHP build available, downloading $MAC_BUILD.tar.gz..."