Don't echo it

This commit is contained in:
Dale Weiler 2013-10-05 23:39:05 -04:00
parent a02e44100e
commit 6bd6379c87

View file

@ -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