mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
FEATURE_FANCY_ECHO needs to be accessible for hush
This commit is contained in:
parent
02d6f1ad72
commit
df6f95cedf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue