From 3d47e34527bdc68c49eae6ee3b33506f8badbce5 Mon Sep 17 00:00:00 2001 From: herbert Date: Mon, 28 Feb 2005 21:06:29 +1100 Subject: Replaced EXEVAL with SKIPEVAL. --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6253010..3575ec4 100644 --- a/src/main.c +++ b/src/main.c @@ -133,8 +133,7 @@ main(int argc, char **argv) exitstatus = 2; s = state; - if (e == EXEXIT || e == EXEVAL || - s == 0 || iflag == 0 || shlvl) + if (e == EXEXIT || s == 0 || iflag == 0 || shlvl) exitshell(); if (e == EXINT -- cgit 1.4.1