diff options
author | Peter Stephenson <pws@zsh.org> | 2016-09-13 09:37:49 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-09-13 09:37:49 +0100 |
commit | 23c1c774b95861209fe97d1436b6563d5946f939 (patch) | |
tree | 4ebcbbe36615643ef65b97c75095d3b5e5edcb61 /ChangeLog | |
parent | 98581594b50d7b0c9fc3cb885028522b14a88304 (diff) | |
download | zsh-23c1c774b95861209fe97d1436b6563d5946f939.tar.gz zsh-23c1c774b95861209fe97d1436b6563d5946f939.tar.xz zsh-23c1c774b95861209fe97d1436b6563d5946f939.zip |
39305: Fix error handling after parse for here document.
Keep the error status the same as before, but also retain the interrupt status if that was non-zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6af28f976..145e9fbc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-09-13 Peter Stephenson <p.stephenson@samsung.com> + + * 39305: Src/exec.c: error handling on substitution for here + document was illogical. + 2016-09-12 Oliver Kiddle <opk@zsh.org> * 39295: Completion/Unix/Type/_remote_files: allow '--' to |