Browse Source

Check for bogus parameters.

Martijn Laan 5 years ago
parent
commit
5811a12669
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.bat

+ 1 - 0
build.bat

@@ -27,6 +27,7 @@ echo.
 cd /d %~dp0
 
 if "%1%"=="setup" goto setup
+if not "%1%"=="" goto failed
 
 cd projects\ispp\help
 if errorlevel 1 goto failed