diff options
Diffstat (limited to 'shells/bash1/files/patch-al')
-rw-r--r-- | shells/bash1/files/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-al b/shells/bash1/files/patch-al new file mode 100644 index 000000000000..77f2b3aa1e06 --- /dev/null +++ b/shells/bash1/files/patch-al @@ -0,0 +1,13 @@ +*** ./execute_cmd.c.orig Wed Nov 17 18:37:45 1999 +--- ./execute_cmd.c Wed Nov 17 18:37:53 1999 +*************** execute_command_internal (command, async +*** 340,345 **** +--- 340,347 ---- + { + int user_subshell, return_code, function_value; + ++ reset_terminating_signals(); ++ + /* Cancel traps, in trap.c. */ + restore_original_signals (); + if (asynchronous) |