summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 16:26:15 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 16:26:15 +0000
commit6d33d6990b4571082193391d1752523e7ba59240 (patch)
treec07b7ebd93723a9b4d722c180ec481f441fb68bd /Master/tlpkg/TeXLive/TLUtils.pm
parented87e5502f5105599f8548e7fe9ea07fabfda1cd (diff)
Rename txthyph and txtpatt keys to make Mojca happy.
git-svn-id: svn://tug.org/texlive/trunk@18612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 812f00ee7ce..89fbceba39b 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2585,12 +2585,12 @@ sub parse_AddHyphen_line {
$ret{"file"} = $b;
next;
}
- if ($a eq "txtpatt") {
- $ret{"txtpatt"} = $b;
+ if ($a eq "file_patterns") {
+ $ret{"file_patterns"} = $b;
next;
}
- if ($a eq "txthyph") {
- $ret{"txthyph"} = $b;
+ if ($a eq "file_exceptions") {
+ $ret{"file_exceptions"} = $b;
next;
}
if ($a eq "luaspecial") {
@@ -2611,7 +2611,7 @@ sub parse_AddHyphen_line {
}
# this default value couldn't be set earlier
if (not defined($ret{"databases"})) {
- if (defined $ret{"txtpatt"} or defined $ret{"txthyph"}
+ if (defined $ret{"file_patterns"} or defined $ret{"file_exceptions"}
or defined $ret{"luaspecial"}) {
@{$ret{"databases"}} = qw(dat def lua);
} else {