From ca8470669037382a3806f46abc7906be7c574f82 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 27 Jan 2012 16:31:03 +0100 Subject: [PATCH] set -x was bad here --- misc/tools/the-big-benchmark/the-big-benchmark.bat | 2 +- misc/tools/the-big-benchmark/the-big-benchmark.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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:" -- 2.39.2