Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 15:40:24 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-01 15:01:04 +0300
commit048c043ae64183967505b6fddd5b68663bdf6c40 (patch)
tree2398a1b6d884dd4a60a5eac2757f9c1d379dea62 /libbb
parentf2200af1a8ca47777bff36ed2bd31047aff01a06 (diff)
Make FEATURE_USERNAME_COMPLETION=y by default
This matches bash behavior on Fedora Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-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
config FEATURE_USERNAME_COMPLETION
bool "Username completion"
- default n
+ default y
depends on FEATURE_TAB_COMPLETION
help
Enable username completion.