Error message mentioned pgp when it meant gpgv.
This commit is contained in:
parent
29f0c5b592
commit
86c134e5a3
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue