2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Fix debugger invocation in PATH_SETUP

[SVN r21756]
This commit is contained in:
Dave Abrahams
2004-01-15 15:33:47 +00:00
parent 35b21567d2
commit aa7ecda7af

View File

@@ -351,7 +351,7 @@ rule run-test ( type-to-test run-target : sources * )
debugger = $(debugger)" " ;
local newline = "
" ;
PATH_SETUP on $(run-target) = $(path-setup:J=$(newline))$(newline)$(debugger:E=) ;
PATH_SETUP on $(run-target) = $(path-setup:J=$(newline):E=)$(newline)$(debugger:E=) ;
local verbose-test = 1 ;
if --verbose-test in $(ARGV)
{