summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-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 a1879e0527c..872c02c49bc 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1338,7 +1338,7 @@ sub _do_postaction_code {
eval { $reqline };
if ($@) {
tlwarn("Cannot load TeXLive::PostAction::$n\n");
- tlwarn("Post Action for $n disabled!\n";
+ tlwarn("Post Action for $n disabled!\n");
tlwarn("Output: $@\n");
return 0;
}