FEATURE_FANCY_ECHO needs to be accessible for hush

This commit is contained in:
Denis Vlasenko 2009-04-07 20:07:23 +00:00
parent 02d6f1ad72
commit df6f95cedf
1 changed files with 1 additions and 1 deletions

View 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.