summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-01 05:26:18 +0000
committerNorbert Preining <preining@logic.at>2009-07-01 05:26:18 +0000
commitf053042e74dd79389298cbcc50749980bf74cbe7 (patch)
tree526c8161b083de29c363a2c2b93fb55c482fecf6 /Master/texmf
parentd6d5d390aeb155981cb1757ab600c76e7cfe4232 (diff)
fix unmatched AddHypen execute if the file=... something is in the middle
git-svn-id: svn://tug.org/texlive/trunk@14047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 8f9b43358af..c5d9e3b1d78 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2686,7 +2686,7 @@ sub check_executes {
my $foo = $1;
chomp($foo);
push @{$fmtlines{$foo}}, $pkg;
- } elsif ($e =~ m/AddHyphen\s+.*\s+file=(\S+)\s*$/) {
+ } elsif ($e =~ m/AddHyphen\s+.*\s+file=(\S+)(\s*$|\s+.*)/) {
my $foo = $1;
chomp($foo);
push @{$langcodes{$foo}}, $pkg;