diff options
Diffstat (limited to 'include/applets.h')
-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 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 |