texlive[58960] Master/texmf-dist/scripts/texlive/updmap.pl: updmap:

commits+preining at tug.org commits+preining at tug.org
Thu Apr 22 02:52:00 CEST 2021


Revision: 58960
          http://tug.org/svn/texlive?view=revision&revision=58960
Author:   preining
Date:     2021-04-22 02:52:00 +0200 (Thu, 22 Apr 2021)
Log Message:
-----------
updmap: fix warning output

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

Modified: trunk/Master/texmf-dist/scripts/texlive/updmap.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2021-04-22 00:51:54 UTC (rev 58959)
+++ trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2021-04-22 00:52:00 UTC (rev 58960)
@@ -3,7 +3,7 @@
 # updmap - maintain map files for outline fonts.
 # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.)
 # 
-# Copyright 2011-2019 Norbert Preining
+# Copyright 2011-2021 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 #
@@ -1373,10 +1373,10 @@
 but will not be found because overriding files exist, listed below.
 ");
     #
-    if ($prg eq "updmap-sys") {
+    if ($opts{'sys'}) {
       print_and_log ("
-Perhaps you have run updmap in the past, but are running updmap-sys
-now.  Once you run updmap the first time, you have to keep using it,
+Perhaps you have run updmap-user in the past, but are running updmap-sys
+now.  Once you run updmap-user the first time, you have to keep using it,
 or else remove the personal configuration files it creates (the ones
 listed below).
 ");



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