diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-12-13 10:36:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-12-13 10:36:59 +0000 |
commit | 1869eeb393e2499e9949cc3458cdd74685342540 (patch) | |
tree | f896416f82e80f5b57787dda4195354531aebcf5 /ChangeLog | |
parent | 431c22024d8af440ca4b79ce951896f3bcd0d7cc (diff) | |
download | zsh-1869eeb393e2499e9949cc3458cdd74685342540.tar.gz zsh-1869eeb393e2499e9949cc3458cdd74685342540.tar.xz zsh-1869eeb393e2499e9949cc3458cdd74685342540.zip |
30876: fix obscure failures to propagate non-zero status
from optimised simple commands within lists
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f80e1a5c7..da6c87e89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-12-13 Peter Stephenson <pws@csr.com> + + * 30876: Src/exec.c, Test/A06assign.ztst, Test/C03traps.ztst: + obscure failures to process non-zero return values could result + from optimising a list to a simple command. + 2012-12-08 Bart Schaefer <schaefer@zsh.org> * users/17445: Src/math.c, Test/C01arith.ztst: fix handling of @@ -368,5 +374,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5766 $ +* $Revision: 1.5767 $ ***************************************************** |