diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-12 20:14:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-12 20:14:22 +0000 |
commit | 3c3283ce54e50429e9d152d45f2795034959523c (patch) | |
tree | 23e89642868062e166a2927f34fcfc27137cd290 /Master/tlpkg | |
parent | f56ca36f8b796c05a32544a4da39c3cac01180e0 (diff) |
newcastle-bst (12jul21)
git-svn-id: svn://tug.org/texlive/trunk@59904 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 957eefaf9a9..4789461d728 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1112,7 +1112,7 @@ sub do_tlp { # the first one we come across, since we'll only find the first one # on CTAN and we don't want to try to match subdir suffixes. next if grep { $_ eq $basefile } @tl_basefiles; -warn "checking tl file $file -> $basefile\n"; +#warn "checking tl file $file -> $basefile\n"; push (@tl_basefiles, $basefile); # No point in comparing our pdfs now, too many are different. |