summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-05-13 01:22:21 +0000
committerNorbert Preining <preining@logic.at>2010-05-13 01:22:21 +0000
commit29dac85257a825e2a9a883954a3f3f44bc6fee52 (patch)
treefe1ed31f3cb79a7ebc17233174c230bce5b60419 /Master
parente6320c64238b36eaec2b3aef533b6a85a7d58893 (diff)
adapt check_executes for addLuaMap
git-svn-id: svn://tug.org/texlive/trunk@18217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 85b53f8fdf2..5523a60eb67 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3721,6 +3721,8 @@ sub check_executes {
my $foo = $1;
chomp($foo);
push @{$langcodes{$foo}}, $pkg;
+ } elsif ($e =~ m/addLuaMap\s*$/) {
+ # nothing to check here
} else {
warn "$pkg: unmatched execute: $e\n";
}