]> Dogcows Code - chaz/tar/commitdiff
(argp_program_version): Modified.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Sep 2004 18:43:05 +0000 (18:43 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Sep 2004 18:43:05 +0000 (18:43 +0000)
src/tar.c

index 87029a8e73b2dcd7cef16c67b87aa64f1b2b6486..e92453290df5142582a66ae4ed1422f6f189ce81 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -234,7 +234,7 @@ enum
   WILDCARDS_MATCH_SLASH_OPTION
 };
 
-const char *argp_program_version = "tar (" PACKAGE ") " VERSION;
+const char *argp_program_version = "tar (" PACKAGE_NAME ") " VERSION;
 const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
 static char doc[] = N_("GNU `tar' saves many files together into a single tape or disk archive, and can restore individual files from the archive.\n\
 \n\
This page took 0.028909 seconds and 4 git commands to generate.