From 2e6fa14d16ffda65ffb45fad94140fc340b84f26 Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Mon, 23 Jun 2008 14:00:26 +0200 Subject: echo: use AUTHORS from bash's built-in echo * AUTHORS,src/echo.c: Use bash builtin echo authors instead of FIXME unknown --- src/echo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/echo.c') diff --git a/src/echo.c b/src/echo.c index ebbf5b82e..11e648ed4 100644 --- a/src/echo.c +++ b/src/echo.c @@ -24,7 +24,9 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "echo" -#define AUTHORS proper_name ("FIXME unknown") +#define AUTHORS \ + proper_name ("Brian Fox"), \ + proper_name ("Chet Ramey") /* echo [-neE] [arg ...] Output the ARGs. If -n is specified, the trailing newline is -- cgit v1.2.3-54-g00ecf