diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 21:56:51 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 21:56:51 -0500 |
commit | d1fab3dca4ab136932ea0f495d7b78588369f795 (patch) | |
tree | d476aa778770c4aa6c11b7cab896fa0d6c1dc9bb /subst.c | |
parent | 9e51a74d57554525639a5ce59f7011386223c5c0 (diff) | |
download | bash-d1fab3dca4ab136932ea0f495d7b78588369f795.tar.gz |
commit bash-20100408 snapshot
Diffstat (limited to 'subst.c')
-rw-r--r-- | subst.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |