diff options
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/fmtutil.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl index 4650d82a9ca..23b9998858c 100755 --- a/Master/texmf-dist/scripts/texlive/fmtutil.pl +++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl @@ -742,7 +742,7 @@ sub callback_list_cfg { my $args = $alldata->{'merged'}{$f}{$e}{'args'}; push @lines, [ "$f/$e/$hyph", - "$f (engine = $e) $stat\n hyphen=$hyph, args=$args\n origin=$orig\n" ]; + "$f (engine=$e) $stat\n hyphen=$hyph, args=$args\n origin=$orig\n" ]; } } # sort lines |