From: Rudolf Polzer Date: Fri, 27 Jan 2012 15:31:03 +0000 (+0100) Subject: set -x was bad here X-Git-Tag: xonotic-v0.6.0~30^2~15 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=ca8470669037382a3806f46abc7906be7c574f82 set -x was bad here --- diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.bat b/misc/tools/the-big-benchmark/the-big-benchmark.bat index 862dc0a2..d69e5c19 100644 --- a/misc/tools/the-big-benchmark/the-big-benchmark.bat +++ b/misc/tools/the-big-benchmark/the-big-benchmark.bat @@ -1,4 +1,4 @@ -@echo on +@echo off cd %~dp0 cd ..\..\.. diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.sh b/misc/tools/the-big-benchmark/the-big-benchmark.sh index bba1efff..cd8eff68 100755 --- a/misc/tools/the-big-benchmark/the-big-benchmark.sh +++ b/misc/tools/the-big-benchmark/the-big-benchmark.sh @@ -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:"