From 999623e9736d21177d1f437679b334e0347a6e0f Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 29 Oct 2001 15:49:03 +0000 Subject: Use extended regular expressions when invoked as egrep (noted and initial patch by Charles Steinkuehler). --- include/applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 9a7e394b6..effbb5233 100644 --- a/include/applets.h +++ b/include/applets.h @@ -149,7 +149,7 @@ #ifdef CONFIG_ECHO APPLET(echo, echo_main, _BB_DIR_BIN) #endif -#if defined(CONFIG_FEATURE_GREP_EGREP_ALIAS) && defined(CONFIG_GREP) +#if defined(CONFIG_FEATURE_GREP_EGREP_ALIAS) APPLET_NOUSAGE("egrep", grep_main, _BB_DIR_BIN) #endif #ifdef CONFIG_ENV -- cgit v1.2.3