summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2010-03-01 23:09:43 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2010-03-01 23:09:43 +0000
commit22e1ea793c2800134b08e2148376a5dfa8722750 (patch)
tree14bc0f9b1e2495c776caa11c02ea522690aed46d /Master/tlpkg/bin/check-wrapper-consistency
parent21b74c37c7412dcdd996efaa9ae58dd4bba578b6 (diff)
exclude gui stubs from consistency check
git-svn-id: svn://tug.org/texlive/trunk@17267 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-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";