diff options
Diffstat (limited to 'src/head.c')
-rw-r--r-- | src/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c index 3bce5f780..ffcb1c12b 100644 --- a/src/head.c +++ b/src/head.c @@ -353,7 +353,7 @@ main (int argc, char **argv) if (show_version) { - printf ("head (GNU %s) %s\n", PACKAGE, VERSION); + printf ("head (%s) %s\n", GNU_PACKAGE, VERSION); exit (EXIT_SUCCESS); } |