diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-16 23:49:20 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-16 23:49:20 +0000 |
commit | ee95945e9e24b5e77fc9d7aa0b0c2e9633847a15 (patch) | |
tree | 37c0eff1158c5f4049410766f6d01869bb3d0d7d /include | |
parent | 5cdff6934b08a9d90b28dca6371fe875b7f8e795 (diff) | |
download | busybox-w32-ee95945e9e24b5e77fc9d7aa0b0c2e9633847a15.tar.gz busybox-w32-ee95945e9e24b5e77fc9d7aa0b0c2e9633847a15.tar.bz2 busybox-w32-ee95945e9e24b5e77fc9d7aa0b0c2e9633847a15.zip |
Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique
git-svn-id: svn://busybox.net/trunk/busybox@2124 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index c02bf42ed..f7f68cd8d 100644 --- a/include/applets.h +++ b/include/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_NOUSAGE("egrep", init_main, _BB_DIR_BIN) | 129 | APPLET_NOUSAGE("egrep", grep_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) |