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:
committed by
Jim Meyering
parent
3ea1fe588e
commit
2e6fa14d16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user