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:
02d6f1a
)
FEATURE_FANCY_ECHO needs to be accessible for hush
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 7 Apr 2009 20:07:23 +0000
(20:07 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 7 Apr 2009 20:07:23 +0000
(20:07 -0000)
coreutils/Config.in
patch
|
blob
|
history
diff --git
a/coreutils/Config.in
b/coreutils/Config.in
index 03e6b6a9180ae899b6660f70216756d72b581d22..b047ce5e29c18b5c7bdaaa544c06e309f5c0cdf2 100644
(file)
--- a/
coreutils/Config.in
+++ b/
coreutils/Config.in
@@
-189,7
+189,7
@@
config ECHO
config FEATURE_FANCY_ECHO
bool "Enable echo options (-n and -e)"
default y
- depends on ECHO || ASH_BUILTIN_ECHO
+ depends on ECHO || ASH_BUILTIN_ECHO
|| HUSH
help
This adds options (-n and -e) to echo.