summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/fmtutil.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl
index 4c8aa7ede59..b1cc847e81e 100755
--- a/Master/texmf-dist/scripts/texlive/fmtutil.pl
+++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl
@@ -379,11 +379,7 @@ sub callback_build_formats {
# 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'} ||= "";