We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503e5aa commit 7ef5405Copy full SHA for 7ef5405
tests/casefiles/issue39-bash42-003.patch
@@ -0,0 +1,20 @@
1
+*** ../bash-4.2-patched/lib/glob/gmisc.c 2011-02-05 16:11:17.000000000 -0500
2
+--- lib/glob/gmisc.c 2011-02-18 23:53:42.000000000 -0500
3
+***************
4
+*** 295,300 ****
5
+ {
6
+ pat++;
7
+ if (*pat == ']') /* right bracket can appear as equivalence class */
8
+! pat++;
9
+ in_equiv = 1;
10
+ }
11
+--- 331,340 ----
12
13
14
++ bracklen++;
15
16
+! {
17
18
+! bracklen++;
19
+! }
20
0 commit comments