diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-16 16:00:41 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-17 01:01:59 -0700 |
commit | 91a3a42439d87a5b626e61244edcb8c8e231cc5f (patch) | |
tree | 94a5f52176cbdd7755c2bff4721a2d1e5f683799 /src/ext/Sql | |
parent | 1446d4e582465af5c09db3fba16afc59529a3863 (diff) | |
download | wix-91a3a42439d87a5b626e61244edcb8c8e231cc5f.tar.gz wix-91a3a42439d87a5b626e61244edcb8c8e231cc5f.tar.bz2 wix-91a3a42439d87a5b626e61244edcb8c8e231cc5f.zip |
Fix batch file command-line parsing
Diffstat (limited to 'src/ext/Sql')
-rw-r--r-- | src/ext/Sql/sql.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Sql/sql.cmd b/src/ext/Sql/sql.cmd index 0e66816d..a18d4648 100644 --- a/src/ext/Sql/sql.cmd +++ b/src/ext/Sql/sql.cmd | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | @set _C=Debug | 4 | @set _C=Debug |
5 | :parse_args | 5 | :parse_args |
6 | @if /i "%1"=="release" set _C=Release& shift | 6 | @if /i "%1"=="release" set _C=Release |
7 | @if not "%1"=="" shift & goto parse_args | 7 | @if not "%1"=="" shift & goto parse_args |
8 | 8 | ||
9 | @echo Sql.wixext build %_C% | 9 | @echo Sql.wixext build %_C% |