We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24ec35 commit 4bbc526Copy full SHA for 4bbc526
runfile.sh
@@ -518,7 +518,7 @@ function run() ( set -euo pipefail
518
runfile_grep_filter_args=( -E "^(${task_re}|\\s*${trap_re})" )
519
elif [[ -n "${RUNFILE_TRAP:-}" ]]
520
then
521
- runfile_grep_filter_args=( -E "^(${task_re}|\\s+${RUNFILE_TRAP})" )
+ runfile_grep_filter_args=( -E "^(${task_re}|\\s*${RUNFILE_TRAP})" )
522
else
523
runfile_grep_filter_args=( -Ev "^\s*${trap_re}" )
524
fi
0 commit comments