diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-04 04:25:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-04 04:25:46 +0000 |
commit | 630b771f1b9e264af678554890bcec558a154b2a (patch) | |
tree | f935e39e1a1b2d126aa9fa68d86ef74dc5a89eb0 /src/sum.c | |
parent | de05a873ec03684edc6229e86282886ece7e53d0 (diff) | |
download | coreutils-630b771f1b9e264af678554890bcec558a154b2a.tar.gz coreutils-630b771f1b9e264af678554890bcec558a154b2a.tar.bz2 coreutils-630b771f1b9e264af678554890bcec558a154b2a.zip |
(main): update --version output again
Diffstat (limited to 'src/sum.c')
-rw-r--r-- | src/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ main (int argc, char **argv) if (show_version) { - printf ("sum (GNU %s) %s\n", PACKAGE, VERSION); + printf ("sum (%s) %s\n", GNU_PACKAGE, VERSION); exit (EXIT_SUCCESS); } |