Error message mentioned pgp when it meant gpgv.

This commit is contained in:
Jeffrey M. Vinocur 2002-11-16 21:29:27 +00:00
parent 29f0c5b592
commit 86c134e5a3

View file

@ -353,7 +353,7 @@ sub gpg_check {
}
open(PGP, "$gpgv $opts $file 2> /dev/null |") ||
&fail("$0: failed to execute $pgp: $!\n");
&fail("$0: failed to execute $gpgv: $!\n");
undef $/;
$_ = <PGP>;