summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index 581d63cabec..32587003358 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -96,10 +96,14 @@ sub check_w32
for my $k (sort keys %uw) {
my $target = $uw{$k};
next if $target =~ /bibexport/; # shell script
+ # next if $target =~ /context/; # will have its own stubs
+ next if $target =~ /dviout/; # gui stub
next if $target =~ /listings-ext/; # shell script
next if $target =~ /man/; # no symlink
+ next if $target =~ /psv/; # gui stub
next if $target =~ /simpdftex/; # shell script
next if $target =~ /texmfstart/; # has its own binary
+ next if $target =~ /texworks/; # gui stub
next if $target =~ /tlmgr/; # does things its own way
next if $target =~ /xasy/; # no need
#print "$k -> $uw{$k}\n";