From 4329954e2e99bbb97bc7b0b4cb73e5b745e1b76d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 30 Jun 2003 14:37:00 +0000 Subject: [PATCH] Fixed missing echo command on nont NT systems. [SVN r18891] --- new/print.jam | 2 +- v2/util/print.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/new/print.jam b/new/print.jam index 195e1d74e..fa7108db4 100644 --- a/new/print.jam +++ b/new/print.jam @@ -436,7 +436,7 @@ else if $(string) || $(string) != "" { local escaped = [ regex.escape $(string) : "\\\"" : "\\" ] ; - return "\"$(escaped)\"" ; + return "echo \"$(escaped)\"" ; } else { diff --git a/v2/util/print.jam b/v2/util/print.jam index 195e1d74e..fa7108db4 100644 --- a/v2/util/print.jam +++ b/v2/util/print.jam @@ -436,7 +436,7 @@ else if $(string) || $(string) != "" { local escaped = [ regex.escape $(string) : "\\\"" : "\\" ] ; - return "\"$(escaped)\"" ; + return "echo \"$(escaped)\"" ; } else {