Skip to content

Commit c638ccf

Browse files
committed
Forward parameters into run() func in run.sh. (#2240)
1 parent c0d2110 commit c638ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Misc/layoutroot/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runWithManualTrap() {
5454
}
5555

5656
if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
57-
run
57+
run $*
5858
else
59-
runWithManualTrap
59+
runWithManualTrap $*
6060
fi

0 commit comments

Comments
 (0)