mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
FEATURE_FANCY_ECHO needs to be accessible for hush
This commit is contained in:
parent
02d6f1ad72
commit
df6f95cedf
@ -189,7 +189,7 @@ config ECHO
|
|||||||
config FEATURE_FANCY_ECHO
|
config FEATURE_FANCY_ECHO
|
||||||
bool "Enable echo options (-n and -e)"
|
bool "Enable echo options (-n and -e)"
|
||||||
default y
|
default y
|
||||||
depends on ECHO || ASH_BUILTIN_ECHO
|
depends on ECHO || ASH_BUILTIN_ECHO || HUSH
|
||||||
help
|
help
|
||||||
This adds options (-n and -e) to echo.
|
This adds options (-n and -e) to echo.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user