From: Dale Weiler Date: Sun, 6 Oct 2013 03:39:05 +0000 (-0400) Subject: Don't echo it X-Git-Tag: 0.3.5~45 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6bd6379c87fe82b8e0169fdd2065830f0c4688b3;p=xonotic%2Fgmqcc.git Don't echo it --- diff --git a/misc/check-proj.sh b/misc/check-proj.sh index 90242e9..b70e75f 100755 --- a/misc/check-proj.sh +++ b/misc/check-proj.sh @@ -127,7 +127,6 @@ do done # nope only one project else - echo "$gmqcc_bin" $(cat ../../options | grep "$line:" | awk '{print substr($0, index($0, $2))}') cmd="$(cat ../../options | grep "$line:" | awk '{print substr($0, index($0, $2))}')" "$gmqcc_bin" $cmd > /dev/null 2>&1 if [ $? -ne 0 ]; then