1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-17 23:51:06 +01:00

zsh-3.1.6-bart-7-2

This commit is contained in:
Tanaka Akira 1999-10-17 17:01:52 +00:00
parent 6014bbdb45
commit 9ffe596f25
5 changed files with 10 additions and 19 deletions

View file

@ -113,8 +113,8 @@ loop(int toplevel, int justonce)
if (!(list = parse_event())) { /* if we couldn't parse a list */
hend();
if ((tok == ENDINPUT && !errflag) ||
(tok == LEXERR && (!noerrexit || emulation == EMULATE_KSH)
&& (!isset(SHINSTDIN) || !toplevel)) || justonce)
(tok == LEXERR && (!isset(SHINSTDIN) || !toplevel)) ||
justonce)
break;
continue;
}