From e8aea10c30e06f4fdd810a773a75b197928136ff Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Fri, 15 Jan 2010 02:55:13 +0000 Subject: exclude texmfstart from wrapper consitency check git-svn-id: svn://tug.org/texlive/trunk@16725 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/tlpkg/bin/check-wrapper-consistency') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 5a3050bafa6..581d63cabec 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -99,6 +99,7 @@ sub check_w32 next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink next if $target =~ /simpdftex/; # shell script + next if $target =~ /texmfstart/; # has its own binary next if $target =~ /tlmgr/; # does things its own way next if $target =~ /xasy/; # no need #print "$k -> $uw{$k}\n"; -- cgit v1.2.3