diff options
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-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 486eb80c9d5..122872065fc 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -101,6 +101,7 @@ sub check_w32 { next if $target =~ /dviout/; # gui stub next if $target =~ /installfont-tl/; # shell script next if $target =~ /latexfileversion/; # shell script + next if $target =~ /lua2dox/; # shell script next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink next if $target =~ /pdfjam/; # shell scripts |