From 7ba35f9f324808413b2ff414e36018fa198ed1cd Mon Sep 17 00:00:00 2001 From: Stefan Graupner Date: Thu, 4 Nov 2010 09:22:05 +0100 Subject: [PATCH] fixed the MacPorts check --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)" -- 2.25.1