From: Stefan Graupner Date: Thu, 4 Nov 2010 08:22:05 +0000 (+0100) Subject: fixed the MacPorts check X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=7ba35f9f324808413b2ff414e36018fa198ed1cd fixed the MacPorts check --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index a5051ff..3a94e7d 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -119,7 +119,7 @@ case "$(uname)" in echo "MacPorts not installed." else pc=`port installed ${DARWINDEPS} | wc -l | tr -d " "` - if [ ${pc} -lt $[{DARWINDEPSCOUNT}+1] ]; + if [ ${pc} -lt $[${DARWINDEPSCOUNT}+1] ]; then echo "Something is missing, do you want to install everything needed?" echo "(You need super user rights to do this.)"