diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-30 23:49:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-30 23:49:01 +0000 |
commit | 870e15b6ea6224bd0583a1e1d516e28345c2d335 (patch) | |
tree | 5f4133d8c0b29471f929c01bda355d40a16779aa /Master | |
parent | 92b82071529f95a91617aea20b9ac261d614197e (diff) |
no wrapper expected for installfont-tl
git-svn-id: svn://tug.org/texlive/trunk@20892 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 e6e14ac4353..1fde768d7f0 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 =~ /bibexport/; # shell script next if $target =~ /context/; # does it its own way next if $target =~ /dviout/; # gui stub + next if $target =~ /installfont-tl/;# shell script next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink next if $target =~ /pdfjam/; # shell scripts |