implemented a builtin echo command in ash. moved the guts of the
authorPaul Fox <pgf@brightstareng.com>
Tue, 9 Aug 2005 19:38:05 +0000 (19:38 -0000)
committerPaul Fox <pgf@brightstareng.com>
Tue, 9 Aug 2005 19:38:05 +0000 (19:38 -0000)
commit0b62158475ecbfce16fb857042ec7f402d7594ec
treed5f722c5d16a204996e46c84e8fe7923f8f40abf
parent3f11b1bf634536cb01d9913d1a3d10da5bf24541
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
coreutils/Config.in
coreutils/echo.c
include/libbb.h
libbb/Makefile.in
libbb/bb_echo.c [new file with mode: 0644]
shell/Config.in
shell/ash.c