diff options
author | Norbert Preining <preining@logic.at> | 2009-08-13 00:07:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-13 00:07:48 +0000 |
commit | 674a5dba8d0f7e43a3ee1f5967e59424734d4567 (patch) | |
tree | f221bf8d1dd6f9717eac0ae041139213ada82762 | |
parent | fab096d8a64b9dd3ae9a531e540edabfdd5915db (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
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
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"); } } } |