]> err.no Git - dpkg/commitdiff
use DPKG define in printversion output
authorWichert Akkerman <wakkerma@debian.org>
Wed, 1 Aug 2001 13:39:00 +0000 (13:39 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 1 Aug 2001 13:39:00 +0000 (13:39 +0000)
main/main.c

index 90a077ffc3d0e88a4466e6ca1c4cf7c697dfd296..a4c8b4e824b3c5eddb3632295bd0417372227bf4 100644 (file)
@@ -47,7 +47,7 @@ static void printversion(void) {
   if (fputs( DPKG_VERSION_ARCH ".\n", stdout) < 0) werr("stdout");
   if (fputs(_( "This is free software; see the GNU General Public Licence version 2 or\n"
                "later for copying conditions.  There is NO warranty.\n"
-               "See dpkg --licence for copyright and license details.\n"),
+               "See " DPKG " --licence for copyright and license details.\n"),
                 stdout) < 0) werr("stdout");
 }
 /*