diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 387b6cd7a..0a46d125a 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -101,7 +101,7 @@ #include "cmdedit.h" #else #define bb_applet_name "hush" -#include "standalone.h" +//#include "standalone.h" #define hush_main main #undef CONFIG_FEATURE_SH_FANCY_PROMPT #define BB_BANNER "" |