From bb0088e98048101d368d00249ab0807db56f2c49 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 31 Oct 2001 16:16:31 +0000 Subject: Make egrep only set REG_EXTENDED flag. --- findutils/grep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'findutils') diff --git a/findutils/grep.c b/findutils/grep.c index eeab163..7afa817 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -245,7 +245,6 @@ extern int grep_main(int argc, char **argv) #ifdef CONFIG_FEATURE_GREP_EGREP_ALIAS if (strcmp (basename (argv[0]), "egrep") == 0) - reflags |= REG_ICASE; reflags |= REG_EXTENDED; #endif -- cgit v1.1