aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-16 23:49:20 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-16 23:49:20 +0000
commite2a3cd15a859cd419a9920450b60453402f945ee (patch)
tree37c0eff1158c5f4049410766f6d01869bb3d0d7d /applets.h
parentaad1a88c76f208d188fd061e3723bd637437e8d5 (diff)
downloadbusybox-e2a3cd15a859cd419a9920450b60453402f945ee.tar.gz
Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique
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 c02bf42ed..f7f68cd8d 100644
--- a/applets.h
+++ b/applets.h
@@ -126,7 +126,7 @@
APPLET(echo, echo_main, _BB_DIR_BIN)
#endif
#if defined(BB_FEATURE_GREP_EGREP_ALIAS) && defined(BB_GREP)
- APPLET_NOUSAGE("egrep", init_main, _BB_DIR_BIN)
+ APPLET_NOUSAGE("egrep", grep_main, _BB_DIR_BIN)
#endif
#ifdef BB_EXPR
APPLET(expr, expr_main, _BB_DIR_USR_BIN)