2
0
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:
Rene Rivera
2003-06-30 14:37:00 +00:00
parent 3951fbdb98
commit 4329954e2e
2 changed files with 2 additions and 2 deletions

View File

@@ -436,7 +436,7 @@ else
if $(string) || $(string) != ""
{
local escaped = [ regex.escape $(string) : "\\\"" : "\\" ] ;
return "\"$(escaped)\"" ;
return "echo \"$(escaped)\"" ;
}
else
{

View File

@@ -436,7 +436,7 @@ else
if $(string) || $(string) != ""
{
local escaped = [ regex.escape $(string) : "\\\"" : "\\" ] ;
return "\"$(escaped)\"" ;
return "echo \"$(escaped)\"" ;
}
else
{