Skip to content

Commit 029e01b

Browse files
committed
vcbuild.bat: add duplicate arg-ok label to work around cmd.exe bug
1 parent 6a8b5b3 commit 029e01b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcbuild.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ if /i "%1"=="jslint" set jslint=1&goto arg-ok
6161

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

64+
:arg-ok
6465
:arg-ok
6566
shift
6667
goto next-arg

0 commit comments

Comments
 (0)