summaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-15 21:33:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-15 21:33:33 +0000
commit3a0057e2c5bd602ca37086cd70f4d61f527c406c (patch)
treee59ef10e87405e6b19a128d7a3bfac117965576f /applets.h
parentf71378c4adc56121e589856fc2ed80707ef4a6f2 (diff)
downloadbusybox-w32-3a0057e2c5bd602ca37086cd70f4d61f527c406c.tar.gz
busybox-w32-3a0057e2c5bd602ca37086cd70f4d61f527c406c.tar.bz2
busybox-w32-3a0057e2c5bd602ca37086cd70f4d61f527c406c.zip
Fix egrep
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets.h b/applets.h
index bfe13ce9f..c02bf42ed 100644
--- a/applets.h
+++ b/applets.h
@@ -126,7 +126,7 @@
126 APPLET(echo, echo_main, _BB_DIR_BIN) 126 APPLET(echo, echo_main, _BB_DIR_BIN)
127#endif 127#endif
128#if defined(BB_FEATURE_GREP_EGREP_ALIAS) && defined(BB_GREP) 128#if defined(BB_FEATURE_GREP_EGREP_ALIAS) && defined(BB_GREP)
129 APPLET(egrep, grep_main, _BB_DIR_BIN) 129 APPLET_NOUSAGE("egrep", init_main, _BB_DIR_BIN)
130#endif 130#endif
131#ifdef BB_EXPR 131#ifdef BB_EXPR
132 APPLET(expr, expr_main, _BB_DIR_USR_BIN) 132 APPLET(expr, expr_main, _BB_DIR_USR_BIN)