diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-07 19:05:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-07 19:05:37 +0000 |
commit | 4721e458dd5027753796381fa2ae8b328e5eef5d (patch) | |
tree | 841a3cd7fb18175bc963bbb9fe14a516516927db | |
parent | b2fb4be581745afa70aad53959c0d2d395ba0773 (diff) |
(copy): ddebug every invocation, just to see.
git-svn-id: svn://tug.org/texlive/trunk@52674 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
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; |