changes to documentation to reduce gender-specific language; fix a seg fault in `fc'

This commit is contained in:
Chet Ramey
2021-06-17 17:10:49 -04:00
parent da43077c47
commit 8d3cecab33
17 changed files with 1631 additions and 1574 deletions
-1
View File
@@ -83,7 +83,6 @@ fprintf(stderr, "gmatch: pattern = %s; pe = %s\n", pattern, pe);
#ifdef EXTENDED_GLOB
/* EXTMATCH () will handle recursively calling GMATCH, so we can
just return what EXTMATCH() returns. */
if ((flags & FNM_EXTMATCH) && *p == L('(') &&
(c == L('+') || c == L('*') || c == L('?') || c == L('@') || c == L('!'))) /* ) */