summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 8831b881d63..b36484bbe85 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -3702,16 +3702,10 @@ Returns 1 on success, and a pair of 0 and a warning otherwise.
=cut
sub verify_download {
-
- # TODO TODO
- # we need to set gpg parameters!!!
-
- die("GPG PARAMEters need to be set!!!\n");
-
my ($file, $url) = @_;
# first verify digest
my ($ret, $msg) = verify_checksum($file, "$url.checksum");
- return($ret,$mst) if (!$ret);
+ return($ret,$msg) if (!$ret);
# next try to verify gpg
$ret = 1; # default for gpg download
if ($::gpg) {