diff options
Diffstat (limited to 'findutils')
| -rw-r--r-- | findutils/grep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index eeab16387..7afa817da 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
| @@ -245,7 +245,6 @@ extern int grep_main(int argc, char **argv) | |||
| 245 | 245 | ||
| 246 | #ifdef CONFIG_FEATURE_GREP_EGREP_ALIAS | 246 | #ifdef CONFIG_FEATURE_GREP_EGREP_ALIAS |
| 247 | if (strcmp (basename (argv[0]), "egrep") == 0) | 247 | if (strcmp (basename (argv[0]), "egrep") == 0) |
| 248 | reflags |= REG_ICASE; | ||
| 249 | reflags |= REG_EXTENDED; | 248 | reflags |= REG_EXTENDED; |
| 250 | #endif | 249 | #endif |
| 251 | 250 | ||
