texlive[71424] Master/texmf-dist/scripts/texlive/fmtutil.pl: fmtutil:

commits+preining at tug.org commits+preining at tug.org
Tue Jun 4 12:25:53 CEST 2024


Revision: 71424
          https://tug.org/svn/texlive?view=revision&revision=71424
Author:   preining
Date:     2024-06-04 12:25:53 +0200 (Tue, 04 Jun 2024)
Log Message:
-----------
fmtutil: set LC_ALL=C to make luatex happy

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2024-06-04 09:07:57 UTC (rev 71423)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2024-06-04 10:25:53 UTC (rev 71424)
@@ -3,7 +3,7 @@
 # fmtutil - utility to maintain format files.
 # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.)
 # 
-# Copyright 2014-2023 Norbert Preining
+# Copyright 2014-2024 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 #
@@ -450,6 +450,9 @@
   # for MFBASES.
   $ENV{'TEXFORMATS'} ||= "";
   $ENV{'TEXFORMATS'} = "$tmpdir$sep$ENV{TEXFORMATS}";
+  #
+  # ensure that LC_ALL is set to C to guarantee luatex generating formats
+  $ENV{'LC_ALL'} = "C";
 
   # switch to temporary directory for format generation; on the other hand,
   # for -n, the tmpdir won't exist, but we don't want to find a spurious



More information about the tex-live-commits mailing list.