mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-22 11:21:39 +00:00
Don't echo it
This commit is contained in:
parent
a02e44100e
commit
6bd6379c87
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ do
|
||||||
done
|
done
|
||||||
# nope only one project
|
# nope only one project
|
||||||
else
|
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))}')"
|
cmd="$(cat ../../options | grep "$line:" | awk '{print substr($0, index($0, $2))}')"
|
||||||
"$gmqcc_bin" $cmd > /dev/null 2>&1
|
"$gmqcc_bin" $cmd > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue