summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-05 21:20:15 +0000
committerKarl Berry <karl@freefriends.org>2018-07-05 21:20:15 +0000
commitf8fda7824b2b8cdebc2f57a8dc1aefdec29b14e9 (patch)
treef2c948737d0a094201887bf0a9f6ebeacefaedd8 /Master/tlpkg/TeXLive/TLTREE.pm
parentc0df6a1395f65645200563c3586fb2c4b73e0630 (diff)
TLPSRC.pm (from_file): do ${PKGNAME} expansion here, like user vars.
TLTREE.pm (get_matching_files): remove PKGNAME var handling. *.tlpsrc: use ${PKGNAME} for a couple of .map files; dozens more could be done. git-svn-id: svn://tug.org/texlive/trunk@48145 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index 95d304b18e7..bc928190f8e 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -319,7 +319,6 @@ of bin patterns for that arch).
sub get_matching_files {
my ($self, $type, $p, $pkg, $arch) = @_;
my $ARCH = $arch;
- my $PKGNAME = $pkg;
my $newp;
{
my $warnstr = "";