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