about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-20 09:01:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-20 09:01:43 +0000
commitaaf6682903d1a5cdb7a4c683f83c81a7af417d72 (patch)
tree0deb9c7a9e94f2c0dced62c466cc5655a51c2072 /Src/exec.c
parentbb8944835c4f55c5ce143731eb9dab08619be5e9 (diff)
downloadzsh-aaf6682903d1a5cdb7a4c683f83c81a7af417d72.tar.gz
zsh-aaf6682903d1a5cdb7a4c683f83c81a7af417d72.tar.xz
zsh-aaf6682903d1a5cdb7a4c683f83c81a7af417d72.zip
zsh-workers/9382
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/exec.c b/Src/exec.c
index 1e2cb5e5a..ae13ba016 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -842,9 +842,6 @@ sublist_done:
 	    break;
 	code = *state->pc++;
     }
-    if (wc_code(code) == WC_END)
-	state->pc--;
-
     pline_level = old_pline_level;
     list_pipe = old_list_pipe;
     lineno = oldlineno;