aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 03:15:34 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 03:15:34 +0000
commit1b58c162e8c50853aa98e553326c6d2cb6b33409 (patch)
tree5c723f1e656166b60a6b97ac442cbffb88e55cb9 /shell
parentfc9f9cf2f125f76e8e741d6ae03d094187ad8880 (diff)
downloadbusybox-w32-1b58c162e8c50853aa98e553326c6d2cb6b33409.tar.gz
busybox-w32-1b58c162e8c50853aa98e553326c6d2cb6b33409.tar.bz2
busybox-w32-1b58c162e8c50853aa98e553326c6d2cb6b33409.zip
I was playing around with a dependency generator a couple weeks ago and I found
some #include files that aren't in the tree. No biggie... git-svn-id: svn://busybox.net/trunk/busybox@14258 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
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 @@
101#include "cmdedit.h" 101#include "cmdedit.h"
102#else 102#else
103#define bb_applet_name "hush" 103#define bb_applet_name "hush"
104#include "standalone.h" 104//#include "standalone.h"
105#define hush_main main 105#define hush_main main
106#undef CONFIG_FEATURE_SH_FANCY_PROMPT 106#undef CONFIG_FEATURE_SH_FANCY_PROMPT
107#define BB_BANNER "" 107#define BB_BANNER ""