Bash-4.3 patch 8
[platform/upstream/bash.git] / lib / glob / gmisc.c
index 17e4265..4bd37f6 100644 (file)
@@ -210,6 +210,7 @@ extglob_pattern_p (pat)
     case '+':
     case '!':
     case '@':
+    case '?':
       return (pat[1] == LPAREN);
     default:
       return 0;