vcbuild.bat: add duplicate arg-ok label to work around cmd.exe bug
authorBert Belder <bertbelder@gmail.com>
Wed, 13 Jun 2012 22:55:45 +0000 (00:55 +0200)
committerBert Belder <bertbelder@gmail.com>
Wed, 13 Jun 2012 22:56:43 +0000 (00:56 +0200)
vcbuild.bat

index 8948d70..a957626 100644 (file)
@@ -62,6 +62,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