From ffb6ab0941f17a6ae7975cd92104541851d4413a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Aug 2016 08:45:10 +0200 Subject: Minor bootstrap batch file cleanups --- bootstrap-mingw.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-mingw.bat') 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. -- cgit v1.1