summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-22 00:44:46 +0000
committerNorbert Preining <preining@logic.at>2021-04-22 00:44:46 +0000
commit3105a76af00cc9607c4af171a0a099d1c1acc63a (patch)
treefb7a1f0dbd4e6c49412c0f70ec043b77366294fb
parentc28c7539001073b4476ba9d5a8cf68a913115fce (diff)
tlmgr: log run commands (without output) to tlmgr.log
git-svn-id: svn://tug.org/texlive/trunk@58949 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 02ff3a26f0f..f2208dfb4a4 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -828,6 +828,7 @@ sub do_cmd_and_check {
# and show it to the user before the possibly long delay.
info("running $cmd ...\n");
logcommand("running $cmd");
+ logpackage("running $cmd");
my ($out, $ret);
if ($opts{"dry-run"}) {
$ret = $F_OK;