]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix two errors in the bat file
authorRudolf Polzer <divverent@alientrap.org>
Wed, 25 Jan 2012 21:26:32 +0000 (22:26 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 25 Jan 2012 21:26:32 +0000 (22:26 +0100)
misc/tools/the-big-benchmark.bat

index 41d6f68514e10d471607d9cdff3e47f00cc99b5e..d78f559f527007e1323bd138061887ff2f1bbfb3 100644 (file)
@@ -11,9 +11,10 @@ goto end
 :nogit\r
 del data\benchmark.log\r
 del data\engine.log\r
-if "%1" == "" then goto noarg\r
+if "%1" == "" goto noarg\r
 set xonotic=%1\r
 goto postarg\r
+:noarg\r
 if "%ProgramFiles(x86)%" == "" goto bit32\r
 :bit64\r
 set xonotic=xonotic-64.exe\r