diff options
Diffstat (limited to 'shells/bash1/files/patch-aj')
-rw-r--r-- | shells/bash1/files/patch-aj | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/shells/bash1/files/patch-aj b/shells/bash1/files/patch-aj deleted file mode 100644 index fed357fc09d3..000000000000 --- a/shells/bash1/files/patch-aj +++ /dev/null @@ -1,12 +0,0 @@ -*** ./subst.c.orig Wed Nov 17 18:40:38 1999 ---- ./subst.c Wed Nov 17 18:40:59 1999 -*************** process_substitute (string, open_for_rea -*** 2021,2026 **** ---- 2021,2027 ---- - pid = make_child ((char *)NULL, 1); - if (pid == 0) - { -+ reset_terminating_signals(); - /* Cancel traps, in trap.c. */ - restore_original_signals (); - setup_async_signals (); |