mirror of https://github.com/mirror/busybox.git
Patch from Charles Steinkuehler <charles@steinkuehler.net>
to properly handle extended regexps for egrep1_00_stable_10817
parent
3d61b10595
commit
ccd96f1972
|
@ -246,6 +246,7 @@ 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
|
||||
|
||||
/* do normal option parsing */
|
||||
|
|
Loading…
Reference in New Issue