From 8296b8532673dfbb0169268a50529afef6f67992 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 9 May 2009 19:51:05 +0000 Subject: echo postaction=install or postaction=remove (add the =) git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@13024 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*$/) { -- cgit v1.2.3