1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

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

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