diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-18 08:45:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-18 08:45:10 +0200 |
commit | ffb6ab0941f17a6ae7975cd92104541851d4413a (patch) | |
tree | 0b35413b58c79358c06b6a183975e501aa8e3398 /bootstrap-mingw.bat | |
parent | 7ef6c2f53b404ef74ab1f592652f34c8fcebad23 (diff) |
Minor bootstrap batch file cleanups
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r-- | bootstrap-mingw.bat | 4 |
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. |