Make FEATURE_USERNAME_COMPLETION=y by default
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Dec 2016 12:40:24 +0000 (13:40 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:01:04 +0000 (13:01 +0100)
This matches bash behavior on Fedora

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/Config.src

index 00804e31e678f87fb24b449331c96c57bf200298..172fbcc0e7c9ac0c6889cf2c56b19ce139fb633b 100644 (file)
@@ -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.