Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-08 00:07:23 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-08 00:07:23 +0400
commitdf6f95cedf4fe621048647f869db45daa7e5975a (patch)
tree80d797179ca4e2b26d58115819d4af6199e01686 /coreutils/Config.in
parent02d6f1ad7229b62c9386c7063f6525e744536c66 (diff)
FEATURE_FANCY_ECHO needs to be accessible for hush
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 03e6b6a91..b047ce5e2 100644
--- 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.