texlive[42960] Master/texmf-dist/scripts/texlive/tlmgr.pl: fix
commits+preining at tug.org
commits+preining at tug.org
Sun Jan 15 12:47:53 CET 2017
Revision: 42960
http://tug.org/svn/texlive?view=revision&revision=42960
Author: preining
Date: 2017-01-15 12:47:53 +0100 (Sun, 15 Jan 2017)
Log Message:
-----------
fix check-executes for new names of embedding variables
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 2017-01-15 08:08:10 UTC (rev 42959)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2017-01-15 11:47:53 UTC (rev 42960)
@@ -5068,7 +5068,7 @@
if ($e =~ m/add(Mixed|Kanji)?Map\s+(.*)$/) {
my $foo = $2;
chomp($foo);
- if ($foo !~ m/\@kanjiEmbed@/) {
+ if ($foo !~ m/\@(kanji|ja|tc|sc|ko)Embed@/) {
push @{$maps{$foo}}, $pkg;
}
} elsif ($e =~ m/AddFormat\s+(.*)$/) {
More information about the tex-live-commits
mailing list