aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/main.c
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-09-04 22:10:16 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-09-04 22:10:16 +0000
commit2935c4cc5e7f254d73ee1e3899372d6a1117a221 (patch)
tree00235be2a41fac24160537f8172d9ce83957898a /bin/sh/main.c
parentdbbd7a968b3ace4e451125e41aa9c05bee1d0eca (diff)
Notes
Diffstat (limited to 'bin/sh/main.c')
-rw-r--r--bin/sh/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/main.c b/bin/sh/main.c
index 295f27708bd5b..e4974ea7f455b 100644
--- a/bin/sh/main.c
+++ b/bin/sh/main.c
@@ -231,7 +231,7 @@ cmdloop(int top)
popstackmark(&smark);
setstackmark(&smark);
if (evalskip != 0) {
- if (evalskip == SKIPFILE)
+ if (evalskip == SKIPRETURN)
evalskip = 0;
break;
}