diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-17 17:01:52 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-17 17:01:52 +0000 |
| commit | 9ffe596f251b6b35d59da3b9e204b315d34fdfbf (patch) | |
| tree | 8616c1e9fbde10800596127850ab2a5068bdc77a /Src/init.c | |
| parent | zsh-3.1.6-bart-7 (diff) | |
| download | zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.gz zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.bz2 zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.lz zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.xz zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.zst zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.zip | |
zsh-3.1.6-bart-7-2zsh-3.1.6-bart-7-2
Diffstat (limited to 'Src/init.c')
| -rw-r--r-- | Src/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/init.c b/Src/init.c index 00ecd3ade..f0b9803e4 100644 --- a/Src/init.c +++ b/Src/init.c @@ -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; } |
