summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-25 18:34:12 +0000
committerKarl Berry <karl@freefriends.org>2007-09-25 18:34:12 +0000
commitf1a5e2b8df9b699f128f7331de1f4667ce7dd611 (patch)
treea118821d17fa618d1579f8b965d934f20d32d5e4 /Master/tlpkg/bin/tlpsrc2tlpdb
parent6dbf909c7fd74771a7f10f2c16902df20061ea83 (diff)
implicit debugging newlines, avoid -w arnings for patterns like "ignore" without a /
git-svn-id: svn://tug.org/texlive/trunk@5044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index 451872591c4..a8fadc5bc43 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -62,7 +62,7 @@ foreach my $f (@ARGV) {
$tlsrc->from_file($f);
my $tlp = $tlsrc->make_tlpobj($tltree);
# now merge the TeX Catalogue Information, currently only license
- my $tlcname = defined($tlp->catalogue) ? $tlp->catalogue : $tlp->name;
+ #xx set in struct somehow? my $tlcname = defined($tlp->catalogue) ? $tlp->catalogue : $tlp->name;
if ($tlc) {
$tlp->update_from_catalogue($tlc);
}