mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
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:
commit
d0e98e16ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue