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-w32-1afa494fd131891e195ab11086ee52fce5c5f4b8.tar.gz busybox-w32-1afa494fd131891e195ab11086ee52fce5c5f4b8.tar.bz2 busybox-w32-1afa494fd131891e195ab11086ee52fce5c5f4b8.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.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 | |||
152 | 152 | ||
153 | config FEATURE_USERNAME_COMPLETION | 153 | config 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. |