Merge pull request #227 from mloskot/ml/refix-pr-182-remove-superfluous-quote

Remove superfluous quote from ECHO in bootstrap.bat
This commit is contained in:
Peter Dimov 2018-12-13 18:14:42 +02:00 committed by GitHub
commit d0e98e16ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ IF "%1"=="vc14" SET TOOLSET=msvc : 14.0
IF "%1"=="vc141" SET TOOLSET=msvc : 14.1
ECHO.
ECHO Generating Boost.Build configuration in project-config.jam for %TOOLSET%..."
ECHO Generating Boost.Build configuration in project-config.jam for %TOOLSET%...
ECHO # Boost.Build Configuration > project-config.jam
ECHO # Automatically generated by bootstrap.bat >> project-config.jam
ECHO. >> project-config.jam