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

commits+preining at tug.org commits+preining at tug.org
Mon Mar 16 09:07:32 CET 2020


Revision: 54347
          http://tug.org/svn/texlive?view=revision&revision=54347
Author:   preining
Date:     2020-03-16 09:07:32 +0100 (Mon, 16 Mar 2020)
Log Message:
-----------
tlmgr update --all --force should not update infra (w32)

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	2020-03-16 04:57:55 UTC (rev 54346)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-03-16 08:07:32 UTC (rev 54347)
@@ -3517,7 +3517,7 @@
   }
 
   # infra update and tlmgr restart on w32 is done by the updater batch script
-  if (win32() && !$opts{"list"} && @critical) {
+  if (win32() && $opts{'self'} && !$opts{"list"} && @critical) {
     info("$prg: Preparing TeX Live infrastructure update...\n");
     for my $f (@infra_files_to_be_removed) {
       debug("file scheduled for removal $f\n");



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