[git commit] lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY

Denys Vlasenko vda.linux at googlemail.com
Fri Oct 30 20:39:19 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=fe0dc34746b141f158908e311b405dd332c3dcb1
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/Config.src |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libbb/Config.src b/libbb/Config.src
index b02ea14..6ba2562 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -114,7 +114,7 @@ config FEATURE_EDITING_SAVE_ON_EXIT
 config FEATURE_REVERSE_SEARCH
 	bool "Reverse history search"
 	default y
-	depends on FEATURE_EDITING_SAVEHISTORY
+	depends on FEATURE_EDITING
 	help
 	  Enable readline-like Ctrl-R combination for reverse history search.
 	  Increases code by about 0.5k.


More information about the busybox-cvs mailing list