commit bash-20101217 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:11:41 -05:00
parent 643db9d296
commit e88665cc60
26 changed files with 411 additions and 13082 deletions
+2 -1
View File
@@ -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;