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, 1 insertions, 0 deletions
diff --git a/Src/glob.c b/Src/glob.c
index 3b57aa8f4..3e8740fd9 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -2395,6 +2395,7 @@ tokenize(char *s)
 	case ']':
 	case '*':
 	case '?':
+	case '=':
 	    for (t = ztokens; *t; t++)
 		if (*t == *s) {
 		    if (bslash)