summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-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;