diff options
author | Bert Belder <bertbelder@gmail.com> | 2011-11-17 00:10:14 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2011-11-17 00:10:14 +0100 |
commit | 9c70b09e0ac959208f436d14d77ef12b89f68ef4 (patch) | |
tree | 67f59bb9918c3157d24e24962ab32fc7ec124415 /vcbuild.bat | |
parent | 5e3b0095de96469a65f6e789e0d2b54d76711463 (diff) | |
download | node-new-9c70b09e0ac959208f436d14d77ef12b89f68ef4.tar.gz |
Fix strange vcbuild "label not found" error
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcbuild.bat b/vcbuild.bat index 4e092b2ce5..709d71ce7c 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -37,6 +37,8 @@ if /i "%1"=="test-all" set test=test-all&goto arg-ok if /i "%1"=="test" set test=test&goto arg-ok if /i "%1"=="msi" set msi=1&goto arg-ok if /i "%1"=="upload" set upload=1&goto arg-ok + + :arg-ok shift goto next-arg |