mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 21:41:27 +01:00
Remove superfluous quote from ECHO in bootstrap.bat
Fixes accidental left over in PR #182 Cherry-pick PR #227 to master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user