From: Rudolf Polzer Date: Wed, 25 Jan 2012 21:26:32 +0000 (+0100) Subject: fix two errors in the bat file X-Git-Tag: xonotic-v0.6.0~30^2~23 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=f4b2c3864b8dea152024cbfa30f92a1c788bf800 fix two errors in the bat file --- 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