From d51bd99a92352451a83cc18a178c674f09502f6b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 15 Jan 2017 11:47:53 +0000 Subject: fix check-executes for new names of embedding variables git-svn-id: svn://tug.org/texlive/trunk@42960 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 7232e22bc93..096673a9b2a 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5068,7 +5068,7 @@ sub check_executes { 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+(.*)$/) { -- cgit v1.2.3