Merge pull request #2054 from BLangpap/master

Problem: parameter %1 set hard to build target and prevents the skipp…
This commit is contained in:
Luca Boccassi 2016-07-04 11:21:42 +01:00 committed by GitHub
commit f9c86872e5

View File

@ -31,8 +31,3 @@ set STOPTIME=%DATE% %TIME%
:done
@endlocal
if NOT %1 == "" if /I %1 == "skip_pause" goto :quit
PAUSE
:quit