aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
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
189config FEATURE_FANCY_ECHO 189config FEATURE_FANCY_ECHO
190 bool "Enable echo options (-n and -e)" 190 bool "Enable echo options (-n and -e)"
191 default y 191 default y
192 depends on ECHO || ASH_BUILTIN_ECHO 192 depends on ECHO || ASH_BUILTIN_ECHO || HUSH
193 help 193 help
194 This adds options (-n and -e) to echo. 194 This adds options (-n and -e) to echo.
195 195