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:
parent
9411b0e51a
commit
42510013b1
1 changed files with 2 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue