Skip to content

Commit

Permalink
Add comment explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Bolun Thompson <[email protected]>
  • Loading branch information
BolunThompson committed Jan 5, 2025
1 parent 07b09be commit ad1062a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/pash_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ else
pash_redir_output echo "$$: (5) BaSh script exited with ec: $pash_runtime_final_status"
else
function run_parallel() {
# ideally we'd call inform_daemon_exit with the EXIT handler,
# but it isn't called on Ubuntu 20.04 (for no clear reason)
trap inform_daemon_exit SIGTERM SIGINT
export SCRIPT_TO_EXECUTE="$pash_script_to_execute"
source "$RUNTIME_DIR/pash_restore_state_and_execute.sh"
Expand Down

0 comments on commit ad1062a

Please sign in to comment.