From b69b4cca953a9a0a13edf026ea104d13dc956bd3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 May 2008 16:24:27 +0200 Subject: convert single-author programs to use proper_name g grep -E -l 'define AUTHORS "[^,]+"$'|xargs perl -pi -e \ 's/(define AUTHORS) ("[^,]+")$/$1 proper_name ($2)/' --- src/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/echo.c') diff --git a/src/echo.c b/src/echo.c index f4e91f7da..cd97cd0ad 100644 --- a/src/echo.c +++ b/src/echo.c @@ -24,7 +24,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "echo" -#define AUTHORS "FIXME unknown" +#define AUTHORS proper_name ("FIXME unknown") /* echo [-neE] [arg ...] Output the ARGs. If -n is specified, the trailing newline is -- cgit v1.2.3-54-g00ecf