From 9e107157c52570953150ad7ef71eb31d583b00e7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 15 Sep 1999 14:38:14 +0000 Subject: zsh-workers/7848 --- Src/subst.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Src/subst.c') diff --git a/Src/subst.c b/Src/subst.c index 48dac35e6..486ac60c9 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -242,7 +242,7 @@ singsub(char **s) } /* Perform substitution on a single word. Unlike with singsub, the * - * result can have more than one word. A single word result is sorted * + * result can have more than one word. A single word result is stored * * in *s and *isarr is set to zero; otherwise *isarr is set to 1 and * * the result is stored in *a. If `a' is zero a multiple word result is * * joined using sep or the IFS parameter if sep is zero and the result * @@ -1288,8 +1288,6 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub) if (*ptr == '\\' && ptr[1] == '/') chuck(ptr); replstr = (*ptr && ptr[1]) ? ptr+1 : ""; - singsub(&replstr); - untokenize(replstr); *ptr = '\0'; } -- cgit 1.4.1