summaryrefslogtreecommitdiff
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/env.c b/src/env.c
index 14a62d093..e8b4ac356 100644
--- a/src/env.c
+++ b/src/env.c
@@ -88,7 +88,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "env"
-#define AUTHORS "Richard Mlynarik", "David MacKenzie"
+#define AUTHORS \
+ proper_name ("Richard Mlynarik"), \
+ proper_name ("David MacKenzie")
int putenv ();