echo: use AUTHORS from bash's built-in echo

* AUTHORS,src/echo.c: Use bash builtin echo authors instead of FIXME unknown
This commit is contained in:
Ondřej Vašík
2008-06-23 14:00:26 +02:00
committed by Jim Meyering
parent 3ea1fe588e
commit 2e6fa14d16
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ dir: Richard M. Stallman, David MacKenzie
dircolors: H. Peter Anvin
dirname: David MacKenzie, Jim Meyering
du: Torbjörn Granlund, David MacKenzie, Paul Eggert, Jim Meyering
echo: FIXME unknown
echo: Brian Fox, Chet Ramey
env: Richard Mlynarik, David MacKenzie
expand: David MacKenzie
expr: Mike Parker

View File

@@ -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