texlive[58949] Master/texmf-dist/scripts/texlive/tlmgr.pl: tlmgr: log

commits+preining at tug.org commits+preining at tug.org
Thu Apr 22 02:44:46 CEST 2021


Revision: 58949
          http://tug.org/svn/texlive?view=revision&revision=58949
Author:   preining
Date:     2021-04-22 02:44:46 +0200 (Thu, 22 Apr 2021)
Log Message:
-----------
tlmgr: log run commands (without output) to tlmgr.log

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-04-22 00:44:39 UTC (rev 58948)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-04-22 00:44:46 UTC (rev 58949)
@@ -828,6 +828,7 @@
   # 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;



More information about the tex-live-commits mailing list.