diff options
author | Peter Stephenson <pws@zsh.org> | 2016-12-05 11:21:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-12-05 11:21:01 +0000 |
commit | c03228f9ed28dfaa9ded49eabb93c04def5ac547 (patch) | |
tree | 7ea3ee905bf9531dce1e4e46b206ac9eb438d566 /ChangeLog | |
parent | f71de84f1d9f7c2d63226a2e5534fc12d05ec716 (diff) | |
download | zsh-c03228f9ed28dfaa9ded49eabb93c04def5ac547.tar.gz zsh-c03228f9ed28dfaa9ded49eabb93c04def5ac547.tar.xz zsh-c03228f9ed28dfaa9ded49eabb93c04def5ac547.zip |
Extra case for ERR_RETURN and ERR_EXIT.
Don't trigger just because status is non-zero at end of complex shell construct as this may be a case we've already suppressed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 67f8c7687..c0afd0773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-12-05 Peter Stephenson <p.stephenson@samsung.com> + + * 40096: Src/exec.c, Src/loop.c, Src/zsh.h, Test/C03traps.ztst: + Don't trigger ERR_EXIT or ERR_RETURN on non-zero status after + shell construct. + 2016-12-04 Daniel Shahaf <d.s@daniel.shahaf.name> * unposted: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: |