summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-04-12 06:13:20 +0000
committerNorbert Preining <preining@logic.at>2016-04-12 06:13:20 +0000
commit4088fa98e12fce781d667128e93f04a006bf2be4 (patch)
treec641c5a62115098cd9a1e8116020dd1015cf125c /Master/texmf-dist/scripts
parent98238815b3c416ebb82c13c5ed1083b33085df8f (diff)
get rid of verify_download, fix verifications
git-svn-id: svn://tug.org/texlive/trunk@40460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 6df9eed7c96..d4f152e985f 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -5876,7 +5876,6 @@ END_NO_INTERNET
} elsif ($ret > 0) {
# no problem, checksum is wrong, we need to get new tlpdb
} else {
- debug("checksum of local copy identical with remote hash\n");
$remotetlpdb = TeXLive::TLPDB->new(root => $location,
tlpdbfile => $loc_copy_of_remote_tlpdb);
$local_copy_tlpdb_used = 1;