summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-check-fmttriggers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-check-fmttriggers')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmttriggers4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers
index bfd30759372..5374489806c 100755
--- a/Master/tlpkg/bin/tl-check-fmttriggers
+++ b/Master/tlpkg/bin/tl-check-fmttriggers
@@ -344,8 +344,8 @@ sub compare_pkgs_and_triggers {
# luaotfload doesn't show up in the recorder output,
# unfortunately. It's used in the lualatex patterns.
#
- my @skip_tlpdb = qw(atbegshi atveryend everyshi
- firstaid l3backend l3kernel l3packages latex
+ my @skip_tlpdb = qw(atbegshi atveryend
+ firstaid l3backend l3kernel latex
luaotfload
tex-ini-files unicode-data);
my %skip_tlpdb; @skip_tlpdb{@skip_tlpdb} = 1; # make into hash