From cefd2de2e181eb4844ccec575322e410e75a1afd Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 6 May 2002 14:46:11 +0000 Subject: Split tokenize() into shtokenize() and zshtokenize() to improve SH_GLOB handling, particularly in completion --- 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 e7b57967b..d3b33e174 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2797,7 +2797,7 @@ readoutput(int in, int qt) while (*words) { if (isset(GLOBSUBST)) - tokenize(*words); + shtokenize(*words); addlinknode(ret, *words++); } } -- cgit 1.4.1