From 99f25757d3ddfdbe764f04ee037b19b748b7caec Mon Sep 17 00:00:00 2001 From: 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). git-svn-id: svn://busybox.net/trunk/busybox@3601 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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-55-g6feb