summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-01 21:09:37 +0000
committerNorbert Preining <preining@logic.at>2008-05-01 21:09:37 +0000
commit9fc6b592467e5490e4e6d09c6742fa308a91cbaa (patch)
treee0d4ad44581fe28417bfaa8b442f9a38cefb8295 /Master/tlpkg/TeXLive/TLTREE.pm
parent7b5d6090b560327fb73f8ac9d3a6abae0373c120 (diff)
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
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm1
1 files changed, 1 insertions, 0 deletions
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/([^/]*)/,) {