summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ln.c b/src/ln.c
index 71116dac1..018b1d1b2 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -421,7 +421,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("ln (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("ln (%s) %s\n", GNU_PACKAGE, VERSION);
exit (0);
}