aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-12 17:34:13 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-12 17:34:13 +0200
commit99862cbfad9c36b4f8f4378c3a7a9f077c239f20 (patch)
tree9fc6aebe4cbe1dce903a208519d7c3d3cb275ce2 /libbb
parent5a0d899ee4b2f05b5b880789b68a2e14698cc966 (diff)
downloadbusybox-w32-99862cbfad9c36b4f8f4378c3a7a9f077c239f20.tar.gz
busybox-w32-99862cbfad9c36b4f8f4378c3a7a9f077c239f20.tar.bz2
busybox-w32-99862cbfad9c36b4f8f4378c3a7a9f077c239f20.zip
hush: optional support for history saving
function old new delta hush_main 945 995 +50 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Config.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index 9b01757c6..74dc9c549 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -78,9 +78,9 @@ config FEATURE_EDITING_HISTORY
78config FEATURE_EDITING_SAVEHISTORY 78config FEATURE_EDITING_SAVEHISTORY
79 bool "History saving" 79 bool "History saving"
80 default y 80 default y
81 depends on ASH && FEATURE_EDITING 81 depends on FEATURE_EDITING
82 help 82 help
83 Enable history saving in ash shell. 83 Enable history saving in shells.
84 84
85config FEATURE_TAB_COMPLETION 85config FEATURE_TAB_COMPLETION
86 bool "Tab completion" 86 bool "Tab completion"