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

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Apr 7 09:30:50 CEST 2021


Revision: 58784
          http://tug.org/svn/texlive?view=revision&revision=58784
Author:   kakuto
Date:     2021-04-07 09:30:50 +0200 (Wed, 07 Apr 2021)
Log Message:
-----------
fmtutil.pl (revert)

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-04-07 07:11:44 UTC (rev 58783)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2021-04-07 07:30:50 UTC (rev 58784)
@@ -379,11 +379,7 @@
 
   # code taken over from the original shell script for KPSE_DOT etc
   my $thisdir = cwd();
-  if (win32()) {
-    $ENV{'KPSE_DOT'} = "$thisdir$sep.";
-  } else {
-    $ENV{'KPSE_DOT'} = $thisdir;
-  }
+  $ENV{'KPSE_DOT'} = $thisdir;
   # due to KPSE_DOT, we don't search the current directory, so include
   # it explicitly for formats that \write and later on \read
   $ENV{'TEXINPUTS'} ||= "";



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