From f4b2c3864b8dea152024cbfa30f92a1c788bf800 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 25 Jan 2012 22:26:32 +0100 Subject: [PATCH] fix two errors in the bat file --- misc/tools/the-big-benchmark.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/tools/the-big-benchmark.bat b/misc/tools/the-big-benchmark.bat index 41d6f685..d78f559f 100644 --- a/misc/tools/the-big-benchmark.bat +++ b/misc/tools/the-big-benchmark.bat @@ -11,9 +11,10 @@ goto end :nogit del data\benchmark.log del data\engine.log -if "%1" == "" then goto noarg +if "%1" == "" goto noarg set xonotic=%1 goto postarg +:noarg if "%ProgramFiles(x86)%" == "" goto bit32 :bit64 set xonotic=xonotic-64.exe -- 2.39.2