diff options
author | Rob Landley <rob@landley.net> | 2006-02-24 03:15:34 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-24 03:15:34 +0000 |
commit | 75cc0cace39a599e5861d097c6d14ab1a7c6a1d2 (patch) | |
tree | 5c723f1e656166b60a6b97ac442cbffb88e55cb9 /shell | |
parent | 883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40 (diff) | |
download | busybox-w32-75cc0cace39a599e5861d097c6d14ab1a7c6a1d2.tar.gz busybox-w32-75cc0cace39a599e5861d097c6d14ab1a7c6a1d2.tar.bz2 busybox-w32-75cc0cace39a599e5861d097c6d14ab1a7c6a1d2.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...
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 @@ | |||
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 "" |