From 6bd6379c87fe82b8e0169fdd2065830f0c4688b3 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 5 Oct 2013 23:39:05 -0400 Subject: [PATCH] Don't echo it --- misc/check-proj.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2