Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-02-24 06:15:34 +0300
committerRob Landley <rob@landley.net>2006-02-24 06:15:34 +0300
commit75cc0cace39a599e5861d097c6d14ab1a7c6a1d2 (patch)
tree5c723f1e656166b60a6b97ac442cbffb88e55cb9 /shell
parent883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40 (diff)
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.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 @@
#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 ""