diff options
Diffstat (limited to 'Master')
-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 9735cd2f445..8ce0616bf27 100755 --- a/Master/texmf-dist/scripts/texlive/mktexlsr.pl +++ b/Master/texmf-dist/scripts/texlive/mktexlsr.pl @@ -205,7 +205,7 @@ sub loadtree { # links are dereferenced according to $opt_follow # add an entry of 1 if it is not a directory, otherwise # create an empty hash as argument - File::Find::find( { follow_fast => $opt_follow, wanted => sub { + File::Find::find( { follow_skip => 2, follow_fast => $opt_follow, wanted => sub { $node = (pop @s)->[1] while (@s && $File::Find::dir ne $s[-1][0]); # ignore VCS return if ($_ eq ".git"); |