diff options
author | Chet Ramey <chet.ramey@case.edu> | 2012-03-05 21:17:40 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2012-03-05 21:17:40 -0500 |
commit | 863d31ae775d56b785dc5b0105b6d251515d81d5 (patch) | |
tree | 39a88cdbca5b1b49381a4e917bcab352014c0983 /execute_cmd.c | |
parent | 1f6ec1a86f688bb09a79232b6fb4a30a19ae71b2 (diff) | |
download | bash-863d31ae775d56b785dc5b0105b6d251515d81d5.tar.gz |
commit bash-20120224 snapshot
Diffstat (limited to 'execute_cmd.c')
-rw-r--r-- | execute_cmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/execute_cmd.c b/execute_cmd.c index 19a685da..5def9b0f 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -2370,7 +2370,9 @@ execute_pipeline (command, asynchronous, pipe_in, pipe_out, fds_to_close) unfreeze_jobs_list (); } +#if defined (JOB_CONTROL) discard_unwind_frame ("lastpipe-exec"); +#endif return (exec_result); } |