diff options
author | Chet Ramey <chet.ramey@case.edu> | 2019-10-07 11:02:34 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2019-10-07 11:02:34 -0400 |
commit | f7ec6b1a00821939cf6bb18b588683ae33714a70 (patch) | |
tree | 83ce64c9a95470b7e509c0839486245266f390a6 /jobs.c | |
parent | 41e92b981db44937b9a5fe772ffae1a37b32e70a (diff) | |
download | bash-f7ec6b1a00821939cf6bb18b588683ae33714a70.tar.gz |
commit bash-20191004 snapshot
Diffstat (limited to 'jobs.c')
-rw-r--r-- | jobs.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2834,11 +2834,7 @@ raw_job_exit_status (job) int fail; WAIT ret; -#if 0 - if (pipefail_opt) -#else if (jobs[job]->flags & J_PIPEFAIL) -#endif { fail = 0; p = jobs[job]->pipe; |