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

commits+karl at tug.org commits+karl at tug.org
Thu Dec 19 20:10:54 CET 2019


Revision: 53186
          http://tug.org/svn/texlive?view=revision&revision=53186
Author:   karl
Date:     2019-12-19 20:10:54 +0100 (Thu, 19 Dec 2019)
Log Message:
-----------
(action_option): do not report generate_upmap, as
it is no longer needed or used.

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	2019-12-19 03:28:00 UTC (rev 53185)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2019-12-19 19:10:54 UTC (rev 53186)
@@ -4628,10 +4628,13 @@
       return($ret);
     }
     for my $o (sort keys %{$localtlpdb->options}) {
+      # ignore generate_update which is no longer used or needed.
+      next if ($o eq "generate_updmap");
       # ignore some things which are w32 specific
       next if ($o eq "desktop_integration" && !win32());
       next if ($o eq "file_assocs" && !win32());
       next if ($o eq "w32_multi_user" && !win32());
+      #
       if (win32()) {
         next if ($o =~ m/^sys_/);
       }



More information about the tex-live-commits mailing list