diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 13:40:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 13:40:24 +0100 |
commit | 1afa494fd131891e195ab11086ee52fce5c5f4b8 (patch) | |
tree | d850bc69c47ca9cee87a0719a7f7fcbb2791d0dc | |
parent | 10c01a711f9659f4cb16400ce155d07622d4d3bb (diff) | |
download | busybox-1afa494fd131891e195ab11086ee52fce5c5f4b8.tar.gz |
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.src | 2 |
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. |