From 87ef2ac351a942f5f6a920947af04bbeffcf1c96 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 13 May 2012 04:16:46 +0000 Subject: add debug statemnet git-svn-id: svn://tug.org/texlive/trunk@26324 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLTREE.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Master') 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)); } -- cgit v1.2.3