aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-19 00:22:23 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-19 00:22:23 +0000
commitd63dee4019a62d1c5bb31755d9866ef921aff76b (patch)
tree1c5995c19999e51b9ed93ee12c2b4a8b421bdcd1 /Config.h
parentf4c208937c997f9b65e77b9304a527b03349d219 (diff)
downloadbusybox-d63dee4019a62d1c5bb31755d9866ef921aff76b.tar.gz
Add an option to make the shells not advertise their busybox nature
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index a62e3fb73..73b0f91f8 100644
--- a/Config.h
+++ b/Config.h
@@ -302,6 +302,9 @@
// Only relevant if a shell is enabled.
//#define BB_FEATURE_SH_FANCY_PROMPT
//
+//Make interactive shells not print busybox messages
+//#define BB_FEATURE_SH_EXTRA_QUIET
+//
//Turn on extra fbset options
//#define BB_FEATURE_FBSET_FANCY
//