diff options
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-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 989016f3ced..82154eb4880 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -97,7 +97,7 @@ sub check_w32 for my $k (sort keys %uw) { my $target = $uw{$k}; next if $target =~ /bibexport/; # shell script - # next if $target =~ /context/; # will have its own stubs + next if $target =~ /context/; # does it its own way next if $target =~ /dviout/; # gui stub next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink |