2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Remove trailing apostrophe from version notice in msvc.jam (#513)

This commit is contained in:
Mateusz Łoskot
2019-12-16 21:56:04 +01:00
committed by Rene Rivera
parent 5eb77167fe
commit eadc7acea4

View File

@@ -1043,7 +1043,7 @@ local rule generate-setup-cmd ( version : command : parent : options * : cpu : g
{
if $(.debug-configuration)
{
ECHO 'notice\: "[generate-setup-cmd]" $(version) is 14.2' ;
ECHO "notice: [generate-setup-cmd] $(version) is 14.2" ;
}
parent = [ path.native [ path.join $(parent) "..\\..\\..\\..\\..\\Auxiliary\\Build" ] ] ;
}
@@ -1051,7 +1051,7 @@ local rule generate-setup-cmd ( version : command : parent : options * : cpu : g
{
if $(.debug-configuration)
{
ECHO 'notice\: "[generate-setup-cmd]" $(version) is 14.1' ;
ECHO "notice: [generate-setup-cmd] $(version) is 14.1" ;
}
parent = [ path.native [ path.join $(parent) "..\\..\\..\\..\\..\\Auxiliary\\Build" ] ] ;
}