summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-22 00:52:00 +0000
committerNorbert Preining <preining@logic.at>2021-04-22 00:52:00 +0000
commit40b96cf0d69fc606de3675710890c51f1f869698 (patch)
tree16009175a026bb6ff11ff0d9496f5674e0fd3522
parent83f2b77b7a2644f214ac4080c7b5deeeb7b1f3fb (diff)
updmap: fix warning output
git-svn-id: svn://tug.org/texlive/trunk@58960 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/updmap.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl
index 33701201971..48e1d3e588e 100755
--- a/Master/texmf-dist/scripts/texlive/updmap.pl
+++ b/Master/texmf-dist/scripts/texlive/updmap.pl
@@ -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 @@ The following files have been generated as listed above,
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).
");