aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-mingw.bat
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r--bootstrap-mingw.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat
index fe55991..63a2918 100644
--- a/bootstrap-mingw.bat
+++ b/bootstrap-mingw.bat
@@ -4,7 +4,7 @@ rem file : bootstrap-mingw.bat
rem copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
-setlocal
+setlocal EnableDelayedExpansion
goto start
:usage
@@ -14,7 +14,7 @@ echo.
echo The batch file expects to find the libbutl\ or libbutl-*\ directory
echo either in the current directory (build2 root) or one level up.
echo.
-echo Note that is any cxx-option arguments are specified, then they must
+echo Note that if any cxx-option arguments are specified, then they must
echo be preceded by the compiler executable (use g++ as the default). For
echo example:
echo.