mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fix diagnostic.
[SVN r33621]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user