echo: use AUTHORS from bash's built-in echo
authorOndřej Vašík <ovasik@redhat.com>
Mon, 23 Jun 2008 12:00:26 +0000 (14:00 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 23 Jun 2008 12:46:05 +0000 (14:46 +0200)
* AUTHORS,src/echo.c: Use bash builtin echo authors instead of FIXME unknown

AUTHORS
src/echo.c

diff --git a/AUTHORS b/AUTHORS
index 404cf70..666edc1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
index ebbf5b8..11e648e 100644 (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