summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-20 18:05:18 +0000
committerKarl Berry <karl@freefriends.org>2009-06-20 18:05:18 +0000
commit918ce26636e564581c1b57aa86da29730c0b86d5 (patch)
tree04db4941e7229f63d69eaaf831a69a54b0f44760 /Master/tlpkg/bin/check-wrapper-consistency
parent05754612d093a4b5f87755c103ef063089b99a83 (diff)
minor docs, error msgs
git-svn-id: svn://tug.org/texlive/trunk@13840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index 318e69956cd..79b04a3c605 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# $Id$
-# Copyright 2008 TeX Users Group.
+# Copyright 2008, 2009 TeX Users Group.
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -101,6 +101,7 @@ sub check_w32
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";
$diff += system ("cmp $w32dir/$k.bat $w32canonical");
}