summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-29 15:49:03 +0000
committerMatt Kraai <kraai@debian.org>2001-10-29 15:49:03 +0000
commit999623e9736d21177d1f437679b334e0347a6e0f (patch)
treef49f55887c6de8c9ced3458ac1a2d981a5e3f374 /include
parentb5f2516e3fc2398462a136a69a5f6120cf23b5f4 (diff)
downloadbusybox-w32-999623e9736d21177d1f437679b334e0347a6e0f.tar.gz
busybox-w32-999623e9736d21177d1f437679b334e0347a6e0f.tar.bz2
busybox-w32-999623e9736d21177d1f437679b334e0347a6e0f.zip
Use extended regular expressions when invoked as egrep (noted and initial
patch by Charles Steinkuehler).
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
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 @@
149#ifdef CONFIG_ECHO 149#ifdef CONFIG_ECHO
150 APPLET(echo, echo_main, _BB_DIR_BIN) 150 APPLET(echo, echo_main, _BB_DIR_BIN)
151#endif 151#endif
152#if defined(CONFIG_FEATURE_GREP_EGREP_ALIAS) && defined(CONFIG_GREP) 152#if defined(CONFIG_FEATURE_GREP_EGREP_ALIAS)
153 APPLET_NOUSAGE("egrep", grep_main, _BB_DIR_BIN) 153 APPLET_NOUSAGE("egrep", grep_main, _BB_DIR_BIN)
154#endif 154#endif
155#ifdef CONFIG_ENV 155#ifdef CONFIG_ENV