From 8960d2efc732bbc14777d6fdd0731d4a883f6437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 28 Jun 2012 13:31:13 +0000 Subject: [PATCH] Corrected a typo in Boost Build's common.jam module causing some incorrect error reporting when the --debug-configuration command-line option is specified. [SVN r79159] --- v2/tools/common.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/common.jam b/v2/tools/common.jam index d86335fde..7457d891f 100644 --- a/v2/tools/common.jam +++ b/v2/tools/common.jam @@ -278,7 +278,7 @@ rule get-invocation-command-nodefault ( toolset : tool : command = [ check-tool $(user-provided-command) ] ; if ! $(command) && $(.debug-configuration) { - ECHO warning: toolset $(toolset) initialization:; + ECHO warning: toolset $(toolset) initialization: ; ECHO warning: can not find user-provided command '$(user-provided-command)' ; ECHO warning: initialized from [ errors.nearest-user-location ] ;