summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-07 19:05:37 +0000
committerKarl Berry <karl@freefriends.org>2019-11-07 19:05:37 +0000
commit4721e458dd5027753796381fa2ae8b328e5eef5d (patch)
tree841a3cd7fb18175bc963bbb9fe14a516516927db /Master/tlpkg/TeXLive/TLUtils.pm
parentb2fb4be581745afa70aad53959c0d2d395ba0773 (diff)
(copy): ddebug every invocation, just to see.
git-svn-id: svn://tug.org/texlive/trunk@52674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index b57dac1dc8b..c8bb1256c9a 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1130,6 +1130,7 @@ that is a fatal error.
=cut
sub copy {
+ ddebug("TLUtils::copy(", join (",", @_), "\n");
my $infile = shift;
my $filemode = 0;
my $dereference = 0;