From 5f51f01fa7eb1f9279f17145eef48e114f34e097 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 28 Nov 2015 02:15:58 +0000 Subject: rename triggers to fmttriggers git-svn-id: svn://tug.org/texlive/trunk@38967 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 6fa0736ac53..af6a1b908bb 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -116,7 +116,6 @@ use vars qw( $::LOGFILENAME @::LOGLINES @::debug_hook @::ddebug_hook @::dddebug_hook @::info_hook @::warn_hook @::install_packages_hook - @::fmt_triggers $::machinereadable $::no_execute_actions $::regenerate_all_formats @@ -3069,7 +3068,7 @@ sub parse_AddFormat_line { $ret{"mode"} = 1; for my $p (quotewords('\s+', 0, "$line")) { my ($a, $b); - if ($p =~ m/^(name|engine|mode|patterns|options|triggers)=(.*)$/) { + if ($p =~ m/^(name|engine|mode|patterns|options|fmttriggers)=(.*)$/) { $a = $1; $b = $2; } else { @@ -3104,9 +3103,9 @@ sub parse_AddFormat_line { $ret{"options"} = ( $b ? $b : "" ); next; } - if ($a eq "triggers") { + if ($a eq "fmttriggers") { my @tl = split(',',$b); - $ret{"triggers"} = \@tl ; + $ret{"fmttriggers"} = \@tl ; next; } # should not be reached at all -- cgit v1.2.3