projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2200af
)
Make FEATURE_USERNAME_COMPLETION=y by default
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 23 Dec 2016 12:40:24 +0000
(13:40 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/libbb/Config.src
b/libbb/Config.src
index 00804e31e678f87fb24b449331c96c57bf200298..172fbcc0e7c9ac0c6889cf2c56b19ce139fb633b 100644
(file)
--- 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.