From 5b30149638f45946c1a819010bd4d384dea76b5d Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Thu, 24 Oct 2013 17:31:13 -0700 Subject: 31885: fix PIPEFAIL when the last command executes in the current shell --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8da6e3e1a..ae5af0d60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,10 +5,15 @@ * 31877: Src/pattern.c: fix behaviour of disable -p for entities with parentheses. +2013-10-24 Barton E. Schaefer + + * 31885: Src/jobs.c: fix PIPEFAIL behavior when the last command + in a pipeline is executed within the current shell; add comments + 2013-10-24 Peter Stephenson * 31888: Test/A05execution.ztst: add test of pipestatus - that was reliable failing before 31879. + that was reliably failing before 31879. * 31882: Src/Zle/compcore.c: better insulation of completion widget excecution against job environment. -- cgit 1.4.1