From 6a0c6b1b27a2a3dcca1d54e86f6a95c3d5adfda5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 2 May 2001 09:53:32 +0000 Subject: Make X{$~foo}Y where $foo contains commas behave as expected --- Src/glob.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/glob.c') diff --git a/Src/glob.c b/Src/glob.c index 5be79329b..9e9aa410a 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -2373,6 +2373,7 @@ tokenize(char *s) case '*': case '?': case '=': + case ',': for (t = ztokens; *t; t++) if (*t == *s) { if (bslash) -- cgit v1.2.3