Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-08-09 23:38:05 +0400
committerPaul Fox <pgf@brightstareng.com>2005-08-09 23:38:05 +0400
commit0b62158475ecbfce16fb857042ec7f402d7594ec (patch)
treed5f722c5d16a204996e46c84e8fe7923f8f40abf /coreutils/Config.in
parent3f11b1bf634536cb01d9913d1a3d10da5bf24541 (diff)
implemented a builtin echo command in ash. moved the guts of the
echo applet into libbb, and now call bb_echo() from both echo.c and ash.c
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 49b884b70..9e06c0d80 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -156,6 +156,7 @@ config CONFIG_ECHO
help
echo is used to print a specified string to stdout.
+# this entry also appears in shell/Config.in, next to the echo builtin
config CONFIG_FEATURE_FANCY_ECHO
bool " Enable echo options (-n and -e)"
default y