mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
zsh-workers/10105
This commit is contained in:
parent
5e8320bf2b
commit
b1fcad6a63
1 changed files with 1 additions and 1 deletions
|
@ -1526,7 +1526,7 @@ exalias(void)
|
|||
} else if (incond && !strcmp(yytext, "]]")) {
|
||||
tok = DOUTBRACK;
|
||||
incond = 0;
|
||||
} else if (incond && yytext[0] == '!' && !yytext[1])
|
||||
} else if (incond == 1 && yytext[0] == '!' && !yytext[1])
|
||||
tok = BANG;
|
||||
}
|
||||
inalmore = 0;
|
||||
|
|
Loading…
Reference in a new issue