diff --git a/src/Misc/layoutroot/run.sh b/src/Misc/layoutroot/run.sh index e6610a7f8..89902eb2e 100755 --- a/src/Misc/layoutroot/run.sh +++ b/src/Misc/layoutroot/run.sh @@ -54,7 +54,7 @@ runWithManualTrap() { } if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then - run + run $* else - runWithManualTrap + runWithManualTrap $* fi \ No newline at end of file