diff options
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index a2699ecd2c5..f5f483bad65 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -38,7 +38,6 @@ sub main # add some additional wrappers which are not found # automatically since they are not .. symlinks on Unix. $w{'fmtutil-sys'} = 1; - $w{'getnonfreefonts-sys'} = 1; $w{'updmap'} = 1; $w{'updmap-sys'} = 1; @@ -95,6 +94,7 @@ sub check_w32 for my $k (sort keys %uw) { my $target = $uw{$k}; + next if $target =~ /bibexport/; # shell script next if $target =~ /context/; # does things its own way next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink |