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

commits+preining at tug.org commits+preining at tug.org
Sat May 15 15:58:40 CEST 2021


Revision: 59207
          http://tug.org/svn/texlive?view=revision&revision=59207
Author:   preining
Date:     2021-05-15 15:58:40 +0200 (Sat, 15 May 2021)
Log Message:
-----------
fmtutil.pl: fix test for TEXMFVAR = TEXMFSYSVAR in shadow format check

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	2021-05-14 23:49:43 UTC (rev 59206)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2021-05-15 13:58:40 UTC (rev 59207)
@@ -616,7 +616,7 @@
 sub check_and_warn_on_user_format {
   my ($fmt, $eng) = @_;
   # do nothing if we are updating files in $TEXMFVAR
-  return if ($opts{'fmtdir'} eq $TEXMFVAR);
+  return if ($opts{'fmtdir'} eq "$TEXMFVAR/web2c");
   my $saved_fmtdir = $opts{'fmtdir'};
   $opts{'fmtdir'} = "$TEXMFVAR/web2c";
   my ($kpsefmt, $destdir, $fmtfile, $logfile) = compute_format_destination($fmt, $eng);



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