diff options
| author | Peter Stephenson <pws@zsh.org> | 2016-10-10 10:55:48 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2016-10-10 10:55:48 +0100 |
| commit | 8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4 (patch) | |
| tree | fc1e0bdd5889edc5035d5a8f974a5cf6c5af7089 /Src/loop.c | |
| parent | 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics. (diff) | |
| download | zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.tar zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.tar.gz zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.tar.bz2 zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.tar.lz zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.tar.xz zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.tar.zst zsh-8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4.zip | |
39599: Don't reset status before "case" execution
Diffstat (limited to 'Src/loop.c')
| -rw-r--r-- | Src/loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/loop.c b/Src/loop.c index 3b9d02144..94b61b7ed 100644 --- a/Src/loop.c +++ b/Src/loop.c @@ -592,7 +592,6 @@ execcase(Estate state, int do_exec) word = ecgetstr(state, EC_DUP, NULL); singsub(&word); untokenize(word); - lastval = 0; cmdpush(CS_CASE); while (state->pc < end) { |
