diff options
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildconf.bat b/buildconf.bat index b5f68d6d7..25f1928bf 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -30,16 +30,16 @@ rem This file is not included or required for curl's release archives or daily rem snapshot archives. :begin + rem Set our variables + setlocal + set MODE=GENERATE + rem Switch to this batch file's directory cd /d "%~0\.." 1>NUL 2>&1 rem Check we are running from a curl git repository if not exist GIT-INFO goto norepo - rem Set our variables - setlocal - set MODE=GENERATE - :parseArgs if "%~1" == "" goto start |