diff options
author | Karl Berry <karl@freefriends.org> | 2023-04-10 20:25:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-04-10 20:25:52 +0000 |
commit | 30e158d9ec7d1486c9b4b6a64d7732f835600462 (patch) | |
tree | 05e7155782ae6e5c52f2bf71cb92168b1963dacc /Master/tlpkg/bin | |
parent | c383737b31c54473b4506e8b0c23db188755e440 (diff) |
uantwerpendocs (10apr23)
git-svn-id: svn://tug.org/texlive/trunk@66819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 2844449ea64..8470c353941 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1148,7 +1148,7 @@ sub do_tlp { # look in the new dir we just created. $ctan_dir = $pkgdir; } - warn "ctan_dir: $ctan_dir\n"; + #warn "ctan_dir: $ctan_dir\n"; my @tl_files = (); push @tl_files, $tlp->runfiles; |