summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency3
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index 56b2166f748..5a3050bafa6 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -96,12 +96,9 @@ sub check_w32
for my $k (sort keys %uw) {
my $target = $uw{$k};
next if $target =~ /bibexport/; # shell script
- next if $target =~ /context/; # does things its own way
next if $target =~ /listings-ext/; # shell script
next if $target =~ /man/; # no symlink
- next if $target =~ /ps4pdf/; # has its own .bat
next if $target =~ /simpdftex/; # shell script
- next if $target =~ /tex4ht/; # tex4ht has its own .bat's
next if $target =~ /tlmgr/; # does things its own way
next if $target =~ /xasy/; # no need
#print "$k -> $uw{$k}\n";