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

commits+preining at tug.org commits+preining at tug.org
Thu Apr 27 10:31:00 CEST 2017


Revision: 44075
          http://tug.org/svn/texlive?view=revision&revision=44075
Author:   preining
Date:     2017-04-27 10:31:00 +0200 (Thu, 27 Apr 2017)
Log Message:
-----------
fix stupid updmap bug

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	2017-04-27 06:45:23 UTC (rev 44074)
+++ trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2017-04-27 08:31:00 UTC (rev 44075)
@@ -1480,7 +1480,7 @@
       $type =~ s/map$/Map/;
       $type = ucfirst($type);
       # don't allow for map names containing /
-      die "$prg: map files cannot be relative/absolute paths: $map\n" if ($map =~ m{/})
+      die "$prg: map files cannot be relative/absolute paths: $map\n" if ($map =~ m{/});
       enable_map($tc, $type, $map);
     } else {
       # this is --disable MapName



More information about the tex-live-commits mailing list