From 3cc6cf5e13654d8b3774cb75646280a17b92fdee Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Tue, 8 May 2012 10:48:59 +0200 Subject: [PATCH] Typo fix --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 0f6e60403..8b0b41a8f 100755 --- a/bin/compile +++ b/bin/compile @@ -49,7 +49,7 @@ ln -s /app/php/bin/php bin/php # check if we have Composer dependencies if [ -f www/composer.json ]; then GIT_DIR_ORIG=$GIT_DIR - unset $GIT_DIR + unset GIT_DIR echo "-----> Installing Composer dependencies" COMPOSER_URL="http://getcomposer.org/composer.phar" curl --silent --max-time 60 --location "$COMPOSER_URL" > www/composer.phar