diff options
Diffstat (limited to 'shells/bash1/files/patch-al')
-rw-r--r-- | shells/bash1/files/patch-al | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/bash1/files/patch-al b/shells/bash1/files/patch-al deleted file mode 100644 index 77f2b3aa1e06..000000000000 --- a/shells/bash1/files/patch-al +++ /dev/null @@ -1,13 +0,0 @@ -*** ./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) |