From: jmarcus Date: Mon, 11 Feb 2002 21:04:16 +0000 (+0000) Subject: Fix the output of -v so that it reports the correct name of the program. X-Git-Tag: point-backport-1-5-2~42 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=a24e05c07ffe7f982ab0e6d3bb6e5b3fc178103a Fix the output of -v so that it reports the correct name of the program. --- diff --git a/bin/cnid/cnid_maint.in b/bin/cnid/cnid_maint.in index 1e4f0d1e..9ae38d9d 100755 --- a/bin/cnid/cnid_maint.in +++ b/bin/cnid/cnid_maint.in @@ -3,7 +3,7 @@ # # cnid_maint: A script to maintain the consistency of CNID databases. # -# $Id: cnid_maint.in,v 1.6 2002-02-11 21:02:00 jmarcus Exp $ +# $Id: cnid_maint.in,v 1.7 2002-02-11 21:04:16 jmarcus Exp $ # use strict; @@ -304,7 +304,7 @@ sub end { } sub version { - print "cnid_maint.pl version $VERSION\n"; + print "$0 version $VERSION\n"; } sub help {