summaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-aj
blob: fed357fc09d31932fdd74d8728a7d3b4f1bd0583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
*** ./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 ();