aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 13:40:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-01 13:01:04 +0100
commit048c043ae64183967505b6fddd5b68663bdf6c40 (patch)
tree2398a1b6d884dd4a60a5eac2757f9c1d379dea62
parentf2200af1a8ca47777bff36ed2bd31047aff01a06 (diff)
downloadbusybox-w32-048c043ae64183967505b6fddd5b68663bdf6c40.tar.gz
busybox-w32-048c043ae64183967505b6fddd5b68663bdf6c40.tar.bz2
busybox-w32-048c043ae64183967505b6fddd5b68663bdf6c40.zip
Make FEATURE_USERNAME_COMPLETION=y by default
This matches bash behavior on Fedora Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--libbb/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index 00804e31e..172fbcc0e 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -152,7 +152,7 @@ config FEATURE_TAB_COMPLETION
152 152
153config FEATURE_USERNAME_COMPLETION 153config FEATURE_USERNAME_COMPLETION
154 bool "Username completion" 154 bool "Username completion"
155 default n 155 default y
156 depends on FEATURE_TAB_COMPLETION 156 depends on FEATURE_TAB_COMPLETION
157 help 157 help
158 Enable username completion. 158 Enable username completion.