summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index 8300d78369b..b288a597038 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -216,6 +216,9 @@ sub get_matching_files {
my $PKGNAME = $pkg;
my $newp;
eval "\$newp = \"$p\"";
+ if (!defined($newp)) {
+ print "Huuu: cannot generate newp from p: p=$p, pkg=$pkg, arch=$arch, type=$type\n";
+ }
return($self->_get_matching_files($type,$newp));
}