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/mktexlsr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/mktexlsr.pl b/Master/texmf-dist/scripts/texlive/mktexlsr.pl
index 8ce0616bf27..0ffcdd7b4a0 100755
--- a/Master/texmf-dist/scripts/texlive/mktexlsr.pl
+++ b/Master/texmf-dist/scripts/texlive/mktexlsr.pl
@@ -102,7 +102,7 @@ my $opt_verbose = (-t STDIN); # test whether connected to a terminal
my $opt_version = 0;
my $opt_output;
my $opt_sort = 0; # for debugging sort output
-my $opt_follow = 1; # follow links - check whether they are dirs or not
+my $opt_follow = win32() ? 0 : 1; # follow links - check whether they are dirs or not
(my $prg = basename($0)) =~ s/\.pl$//;