From: Denis Vlasenko Date: Tue, 7 Apr 2009 20:07:23 +0000 (-0000) Subject: FEATURE_FANCY_ECHO needs to be accessible for hush X-Git-Tag: 1_14_0~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df6f95cedf4fe621048647f869db45daa7e5975a;p=oweals%2Fbusybox.git FEATURE_FANCY_ECHO needs to be accessible for hush --- 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.