1
0
Fork 0
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:
Tanaka Akira 2000-03-13 09:44:19 +00:00
parent 5e8320bf2b
commit b1fcad6a63

View file

@ -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;