summaryrefslogtreecommitdiff
path: root/subst.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 21:56:51 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 21:56:51 -0500
commitd1fab3dca4ab136932ea0f495d7b78588369f795 (patch)
treed476aa778770c4aa6c11b7cab896fa0d6c1dc9bb /subst.c
parent9e51a74d57554525639a5ce59f7011386223c5c0 (diff)
downloadbash-d1fab3dca4ab136932ea0f495d7b78588369f795.tar.gz
commit bash-20100408 snapshot
Diffstat (limited to 'subst.c')
-rw-r--r--subst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subst.c b/subst.c
index e3dac4dc..e642b4af 100644
--- a/subst.c
+++ b/subst.c
@@ -4826,7 +4826,7 @@ process_substitute (string, open_for_read_in_child)
reset_terminating_signals (); /* XXX */
free_pushed_string_input ();
/* Cancel traps, in trap.c. */
- restore_original_signals ();
+ restore_original_signals (); /* XXX - what about special builtins? bash-4.2 */
setup_async_signals ();
subshell_environment |= SUBSHELL_COMSUB|SUBSHELL_PROCSUB;
}