]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
define/use AUTHORS
authorJim Meyering <jim@meyering.net>
Sun, 4 Apr 1999 14:44:45 +0000 (14:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Apr 1999 14:44:45 +0000 (14:44 +0000)
src/dircolors.c

index 88c2ec3134b25ff0df2926b89f19f0aadf280782..8241e23b3eaff5c4dcd37b8522e2b564cfab63a4 100644 (file)
@@ -34,6 +34,8 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "dircolors"
 
+#define AUTHORS "H. Peter Anvin"
+
 #define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
 
@@ -446,7 +448,7 @@ main (int argc, char **argv)
 
       case_GETOPT_HELP_CHAR;
 
-      case_GETOPT_VERSION_CHAR (PROGRAM_NAME, "H. Peter Anvin");
+      case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
 
       default:
        usage (1);