FEATURE_FANCY_ECHO needs to be accessible for hush
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 7 Apr 2009 20:07:23 +0000 (20:07 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 7 Apr 2009 20:07:23 +0000 (20:07 -0000)
coreutils/Config.in

index 03e6b6a9180ae899b6660f70216756d72b581d22..b047ce5e29c18b5c7bdaaa544c06e309f5c0cdf2 100644 (file)
@@ -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.