From 630b771f1b9e264af678554890bcec558a154b2a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Oct 1996 04:25:46 +0000 Subject: (main): update --version output again --- src/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index ea0fa6559..6029dbfd6 100644 --- a/src/cat.c +++ b/src/cat.c @@ -581,7 +581,7 @@ main (int argc, char **argv) if (show_version) { - printf ("cat (GNU %s) %s\n", PACKAGE, VERSION); + printf ("cat (%s) %s\n", GNU_PACKAGE, VERSION); exit (EXIT_SUCCESS); } -- cgit v1.2.3-54-g00ecf