From 8ceb54fbc2f879e0e80f58c18761bd54db07e5f7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:25:40 +0000 Subject: zsh-3.1.5-pws-15 --- Src/utils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index 12b7fc7eb..86679e90f 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -3177,10 +3177,7 @@ bslashquote(const char *s, char **e, int instring) *v++ = *u; } *v = '\0'; - if (strcmp(buf, s)) - tt = dupstring(buf); - else - tt = s; + tt = dupstring(buf); v += tt - buf; if (e && (sf & 1)) *e += tt - buf; -- cgit 1.4.1