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:
parent
6014bbdb45
commit
9ffe596f25
5 changed files with 10 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue