]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
set -x was bad here
authorRudolf Polzer <divverent@alientrap.org>
Fri, 27 Jan 2012 15:31:03 +0000 (16:31 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 27 Jan 2012 15:31:03 +0000 (16:31 +0100)
misc/tools/the-big-benchmark/the-big-benchmark.bat
misc/tools/the-big-benchmark/the-big-benchmark.sh

index 862dc0a26616f6b65402e307437384a68afd86c5..d69e5c1934c6de22255e55b81dbf1c78a2bd3b2d 100644 (file)
@@ -1,4 +1,4 @@
-@echo on\r
+@echo off\r
 \r
 cd %~dp0\r
 cd ..\..\..\r
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:"