summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/sh/eval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index c0ab4e4..5e42f79 100644
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -343,8 +343,6 @@ evalfor(union node *n, int flags)
for (argp = n->nfor.args ; argp ; argp = argp->narg.next) {
oexitstatus = exitstatus;
expandarg(argp, &arglist, EXP_FULL | EXP_TILDE);
- if (evalskip)
- goto out;
}
*arglist.lastp = NULL;
@@ -364,7 +362,6 @@ evalfor(union node *n, int flags)
}
}
loopnest--;
-out:
popstackmark(&smark);
}
OpenPOWER on IntegriCloud