texlive[57424] Master/texmf-dist/scripts/texlive/tlmgr.pl: fix user

commits+preining at tug.org commits+preining at tug.org
Fri Jan 15 03:30:58 CET 2021


Revision: 57424
          http://tug.org/svn/texlive?view=revision&revision=57424
Author:   preining
Date:     2021-01-15 03:30:58 +0100 (Fri, 15 Jan 2021)
Log Message:
-----------
fix user mode updmap calls

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-01-15 00:54:08 UTC (rev 57423)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-01-15 02:30:58 UTC (rev 57424)
@@ -872,7 +872,7 @@
 sub handle_execute_actions {
   my $errors = 0;
 
-  my $sysmode = ($opts{"usermode"} ? "" : "-sys");
+  my $sysmode = ($opts{"usermode"} ? "-user" : "-sys");
   my $invoke_fmtutil = "fmtutil$sysmode $common_fmtutil_args";
 
   if ($::files_changed) {



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