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

Clean up detritus from: fix debugger invocation in PATH_SETUP

[SVN r21757]
This commit is contained in:
Dave Abrahams
2004-01-15 15:34:42 +00:00
parent aa7ecda7af
commit 33ccc4bfd4

View File

@@ -410,7 +410,7 @@ else
actions execute-test bind INPUT_FILES output-file
{
$(PATH_SETUP:E=)$(>) $(ARGS) "$(INPUT_FILES)" > $(output-file) 2>&1
$(PATH_SETUP)$(>) $(ARGS) "$(INPUT_FILES)" > $(output-file) 2>&1
$(SET_STATUS)
$(RUN_OUTPUT_NL) >> $(output-file)
echo EXIT STATUS: $(STATUS) >> $(output-file)