about summary refs log tree commit diff
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, 0 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c
index 9e9aa410a..5be79329b 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -2373,7 +2373,6 @@ tokenize(char *s)
 	case '*':
 	case '?':
 	case '=':
-	case ',':
 	    for (t = ztokens; *t; t++)
 		if (*t == *s) {
 		    if (bslash)