mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +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
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue