diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
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"; } |