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:
@@ -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 ] ;
|
||||
|
||||
Reference in New Issue
Block a user