summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a84e2e7279e..7e2452fcdd0 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1423,7 +1423,7 @@ sub _do_postaction_script {
# we got anything else, call it directly and hope it is excutable
push @syscmd, "$texdir/$file";
}
- &log("postaction $how script for " . $tlpobj->name . ": $syscmd\n");
+ &log("postaction $how script for " . $tlpobj->name . ": @syscmd\n");
push @syscmd, $how, $texdir;
my $ret = system (@syscmd);
if ($ret != 0) {