projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02e441
)
Don't echo it
author
Dale Weiler <killfieldengine@gmail.com>
Sun, 6 Oct 2013 03:39:05 +0000
(23:39 -0400)
committer
Dale Weiler <killfieldengine@gmail.com>
Sun, 6 Oct 2013 03:39:05 +0000
(23:39 -0400)
misc/check-proj.sh
patch
|
blob
|
history
diff --git
a/misc/check-proj.sh
b/misc/check-proj.sh
index 90242e910f44a51ed4a42c9002313d1c0736901a..b70e75f2dfdbe9c3a45f9ef0b22187ee6fd256be 100755
(executable)
--- 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