mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
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.
This commit is contained in:
parent
be4c072cf5
commit
a4b8ee13be
4 changed files with 35 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2016-09-14 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* 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 <myllynen@redhat.com>
|
2016-09-14 Marko Myllynen <myllynen@redhat.com>
|
||||||
|
|
||||||
* unposted: Completion/Unix/Command/_libvirt: Add another
|
* unposted: Completion/Unix/Command/_libvirt: Add another
|
||||||
|
|
|
@ -2922,6 +2922,13 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int pf_flags,
|
||||||