From 9fc6b592467e5490e4e6d09c6742fa308a91cbaa Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 1 May 2008 21:09:37 +0000 Subject: use .bat wrappers instead of .texlua - replace many wrappers with a default .bat file - change the check-wrapper script - do not make the PATHEXT and association magic in windows git-svn-id: svn://tug.org/texlive/trunk@7785 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLTREE.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index ca79902c795..9e009616b54 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -63,6 +63,7 @@ sub _initialize_lines { if ($l =~ /^(.)(.)(.)(.)(.)(.)..\s*(\d+)\s+([\d\?]+)\s+([\w\?]+)\s+(.+)$/) { my $lastchanged = ($8 eq "?" ? 1 : $8); my $entry = "$10"; + next if ($1 eq "D"); # ignore files which are removed next if -d $entry; # TODO: what to do with links??? # collect architectures, assuming nothing is in bin/ but arch subdirs. if ($entry =~ m,^bin/([^/]*)/,) { -- cgit v1.2.3