diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-01-15 02:55:13 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-01-15 02:55:13 +0000 |
commit | e8aea10c30e06f4fdd810a773a75b197928136ff (patch) | |
tree | a2362070d55fc2c43c6ea39cf77c819528c1ac1b /Master | |
parent | 3a8fddbdb868b1012eb8d5715e88a02cbd8baec1 (diff) |
exclude texmfstart from wrapper consitency check
git-svn-id: svn://tug.org/texlive/trunk@16725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |