From c3f82c633a83fb95447b376555991bf897b90929 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 27 Oct 2011 14:06:37 +0000 Subject: ignore @KanjiEmbed@ string containing maps in tlmgr check executes git-svn-id: svn://tug.org/texlive/trunk@24419 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/texmf') diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 30570fcba21..7f3e38383ce 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4107,7 +4107,9 @@ sub check_executes { if ($e =~ m/add(Mixed|Kanji)?Map\s+(.*)$/) { my $foo = $2; chomp($foo); - push @{$maps{$foo}}, $pkg; + if ($foo !~ m/\@kanjiEmbed@/) { + push @{$maps{$foo}}, $pkg; + } } elsif ($e =~ m/AddFormat\s+(.*)$/) { my $foo = $1; chomp($foo); -- cgit v1.2.3