mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
commit bash-20101217 snapshot
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ sh_regmatch (string, pattern, flags)
|
||||
#if defined (ARRAY_VARS)
|
||||
rematch = (SHELL_VAR *)NULL;
|
||||
#endif
|
||||
|
||||
|
||||
itrace("sh_regmatch: pattern = <%s>", pattern);
|
||||
rflags = REG_EXTENDED;
|
||||
if (glob_ignore_case || match_ignore_case)
|
||||
rflags |= REG_ICASE;
|
||||
|
||||
Reference in New Issue
Block a user