summaryrefslogtreecommitdiff
path: root/Src/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/glob.c')
-rw-r--r--Src/glob.c1
1 files changed, 1 insertions, 0 deletions
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)