aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-09 11:10:40 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-09 11:10:40 +0000
commitfdbbb048933389c5a2624aa77aa5af2dbea75b01 (patch)
tree41623dd3faac0290e7739fde7c7228f7fa47e18e /shell/Config.in
parent6b5bd0e5abbfb6b3b925dfd8452c72589569981b (diff)
downloadbusybox-fdbbb048933389c5a2624aa77aa5af2dbea75b01.tar.gz
Command line history changes, lastpatch_71 from Vladimir N. Oleynik
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 69f848272..b643c8f3d 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -3,7 +3,7 @@
# see scripts/kbuild/config-language.txt.
#
-menu "Bourne Shell"
+menu "Another Bourne-like Shell"
choice
prompt "Choose your default shell"
@@ -95,12 +95,6 @@ config CONFIG_ASH_OPTIMIZE_FOR_SIZE
help
Please submit a patch to add help text for this item.
-config CONFIG_FEATURE_COMMAND_SAVEHISTORY
- bool " history saving"
- default n
- depends on CONFIG_ASH
- help
- Please submit a patch to add help text for this item.
if CONFIG_FEATURE_SH_IS_HUSH
config CONFIG_HUSH
@@ -158,6 +152,13 @@ config CONFIG_FEATURE_COMMAND_EDITING
help
Please submit a patch to add help text for this item.
+config CONFIG_FEATURE_COMMAND_SAVEHISTORY
+ bool " history saving"
+ default n
+ depends on CONFIG_ASH
+ help
+ Please submit a patch to add help text for this item.
+
config CONFIG_FEATURE_COMMAND_TAB_COMPLETION
bool "tab completion"
default n