diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-07 20:07:23 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-07 20:07:23 +0000 |
commit | df6f95cedf4fe621048647f869db45daa7e5975a (patch) | |
tree | 80d797179ca4e2b26d58115819d4af6199e01686 | |
parent | 02d6f1ad7229b62c9386c7063f6525e744536c66 (diff) | |
download | busybox-df6f95cedf4fe621048647f869db45daa7e5975a.tar.gz |
FEATURE_FANCY_ECHO needs to be accessible for hush
-rw-r--r-- | coreutils/Config.in | 2 |
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. |