summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-05-09 19:51:05 +0000
committerNorbert Preining <preining@logic.at>2009-05-09 19:51:05 +0000
commit8296b8532673dfbb0169268a50529afef6f67992 (patch)
tree68283b9a37670d8c7bcc6606f7dc279d568ef14b
parentee5e6b02a074f66c2221a751284bb9de3b06ee43 (diff)
echo postaction=install or postaction=remove (add the =)
git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@13024 c570f23f-e606-0410-a88d-b1316a301751
-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 e0c76b40e8e..c7b98f0db48 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1269,7 +1269,7 @@ sub do_postaction {
tlwarn("do_postaction: didn't get a tlpobj\n");
return 0;
}
- debug("running postaction $how for " . $tlpobj->name . "\n")
+ debug("running postaction=$how for " . $tlpobj->name . "\n")
if $tlpobj->postactions;
for my $pa ($tlpobj->postactions) {
if ($pa =~ m/^\s*shortcut\s+(.*)\s*$/) {