diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2022-03-14 09:53:53 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2022-03-14 09:53:53 +0000 |
commit | 3996ee69c61660bc3fcfe7df004cee62bd12207d (patch) | |
tree | 553a10dbad22909178ae4ceda59934e17fb909ec /Master/texmf-dist/scripts | |
parent | 25711d1f4840c017f455c8a65d7c439b3009f1c9 (diff) |
Path Norbert for tlperl update
git-svn-id: svn://tug.org/texlive/trunk@62699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/mktexlsr.pl | 2 |
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$//; |