From 321dccff1a50c9712ad9f034bd202f3b1efab5f2 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 10 Apr 2006 07:22:57 +0000 Subject: [PATCH] Fix diagnostic. [SVN r33621] --- src/tools/common.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/common.jam b/src/tools/common.jam index 00b8d8284..0c42a15d3 100644 --- a/src/tools/common.jam +++ b/src/tools/common.jam @@ -249,7 +249,7 @@ rule get-invocation-command ( if $(.debug-configuration) { ECHO "warning: toolset $(toolset) initialization: " ; - ECHO "warning: can't find user-provided command '$(user-provided-command:J= )'" ; + ECHO "warning: can't find user-provided command " '$(user-provided-command)' ; ECHO "warning: initialized from" [ errors.nearest-user-location ] ; } # It's possible, in theory, that user-provided command is OK, but we're