1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +02:00

zsh-workers/8321

This commit is contained in:
Tanaka Akira 1999-10-18 12:09:40 +00:00
parent 9411b0e51a
commit 42510013b1

View file

@ -117,7 +117,8 @@ evalcond(Cond c)
if (c->type < COND_MOD) {
char *rt = (char *) right;
if (c->type == COND_STREQ || c->type == COND_STRNEQ) {
rt = dupstring(rt);
rt = dupstring(c->right);
singsub(&rt);
untokenize(rt);
}
fprintf(stderr, " %s %s %s", (char *)left, condstr[c->type],