From d4da105331369e5aae0644013876475bfebdaf9a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 15 Jun 2015 00:00:29 +0000 Subject: fmtutil: fix output format strangeness in listcfg git-svn-id: svn://tug.org/texlive/trunk@37540 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/fmtutil.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts/texlive/fmtutil.pl') 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 -- cgit v1.2.3