From a4b8ee13be494c8732c0348857befe87951a058b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 14 Sep 2016 10:32:29 +0100 Subject: zsh-users/21903: Fix ${...?...} in interactive shell. On failure should abort back to top level, but we reset the error flag around commands. Add a hard error flag that's only reset at top level. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c0b72272..357782c2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-09-14 Peter Stephenson + + * zsh-users/21903: Src/subst.c, Src/zsh.h, + Test/D04parameter.ztst: ${...?...} in interactive shell should + abort to top level, not just current command. + 2016-09-14 Marko Myllynen * unposted: Completion/Unix/Command/_libvirt: Add another -- cgit 1.4.1