Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
vcbuild.bat: add duplicate arg-ok label to work around cmd.exe bug
  • Loading branch information
piscisaureus committed Jun 13, 2012
1 parent 6a8b5b3 commit 029e01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcbuild.bat
Expand Up @@ -61,6 +61,7 @@ if /i "%1"=="jslint" set jslint=1&goto arg-ok

echo Warning: ignoring invalid command line option `%1`.

:arg-ok
:arg-ok
shift
goto next-arg
Expand Down

0 comments on commit 029e01b

Please sign in to comment.