]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.sh
set -x was bad here
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.sh
index bba1efff28b946437b74849a3f169caa6eba2fc8..cd8eff68260cb824be82e16cd7ac4c6bb6b5d2f3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -ex
+set -e
 
 if [ -d "${0%/*}" ]; then
        cd "${0%/*}"
@@ -74,7 +74,6 @@ rm -f data/engine.log
 if [ -f ./all ]; then
        ./all clean -r -f -u
 fi
-set +x
 
 echo
 echo "Please provide the the following info to the Xonotic developers:"