mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fixed missing echo command on nont NT systems.
[SVN r18891]
This commit is contained in:
@@ -436,7 +436,7 @@ else
|
||||
if $(string) || $(string) != ""
|
||||
{
|
||||
local escaped = [ regex.escape $(string) : "\\\"" : "\\" ] ;
|
||||
return "\"$(escaped)\"" ;
|
||||
return "echo \"$(escaped)\"" ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -436,7 +436,7 @@ else
|
||||
if $(string) || $(string) != ""
|
||||
{
|
||||
local escaped = [ regex.escape $(string) : "\\\"" : "\\" ] ;
|
||||
return "\"$(escaped)\"" ;
|
||||
return "echo \"$(escaped)\"" ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user