From 99862cbfad9c36b4f8f4378c3a7a9f077c239f20 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 12 Sep 2010 17:34:13 +0200 Subject: hush: optional support for history saving function old new delta hush_main 945 995 +50 Signed-off-by: Denys Vlasenko --- libbb/Config.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb/Config.src') 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 config FEATURE_EDITING_SAVEHISTORY bool "History saving" default y - depends on ASH && FEATURE_EDITING + depends on FEATURE_EDITING help - Enable history saving in ash shell. + Enable history saving in shells. config FEATURE_TAB_COMPLETION bool "Tab completion" -- cgit v1.2.3