2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

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]
This commit is contained in:
Jurko Gospodnetić
2012-06-28 13:31:13 +00:00
parent d5a27d8856
commit 8960d2efc7

View File

@@ -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 ] ;