summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-08-13 00:07:48 +0000
committerNorbert Preining <preining@logic.at>2009-08-13 00:07:48 +0000
commit674a5dba8d0f7e43a3ee1f5967e59424734d4567 (patch)
treef221bf8d1dd6f9717eac0ae041139213ada82762 /Master/tlpkg/TeXLive
parentfab096d8a64b9dd3ae9a531e540edabfdd5915db (diff)
fix a remaining $self to $tlp after moving to TLUtils
git-svn-id: svn://tug.org/texlive/trunk@14635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 164a445ee91..143f85affeb 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1700,7 +1700,7 @@ sub announce_execute_actions {
$::execute_actions{$type}{'hyphens'}{$r{'name'}} = \%r;
}
} else {
- tlwarn("Unknown execute $e in ", $self->name, "\n");
+ tlwarn("Unknown execute $e in ", $tlp->name, "\n");
}
}
}