From 0aee5e1bb490617b1d84d5ad8e20571d26fc9986 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 27 Jul 2000 17:48:47 +0000 Subject: 12414: vared quotes separators when editing arrays --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index 027c11ca2..a3e28d45d 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2744,7 +2744,7 @@ readoutput(int in, int qt) } addlinknode(ret, buf); } else { - char **words = spacesplit(buf, 0, 1); + char **words = spacesplit(buf, 0, 1, 0); while (*words) { if (isset(GLOBSUBST)) -- cgit 1.4.1