From bb35c29a1eb42096bf8fbc354155751228e68e64 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Mar 2012 23:22:36 +0000 Subject: no wrapper expected for typeoutfileinfo git-svn-id: svn://tug.org/texlive/trunk@25703 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index f31b853de3b..feac6cd8d53 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -87,6 +87,9 @@ sub unx_wrapper_entries { # W32DIR as a .exe, and is a copy of the canonical w32 wrapper exe # specified in W32CANONICAL. # +# We should use the *_shell_scripts in linked_scripts/Makefile.am +# instead of redoing it here. +# sub check_w32 { my ($w32dir, $w32canonical, %uw) = @_; my $diff = 0; @@ -107,6 +110,7 @@ sub check_w32 { next if $target =~ /texdoc/; # gui stub next if $target =~ /texworks/; # gui stub next if $target =~ /tlmgr/; # does things its own way + next if $target =~ //typeoutfileinfo.exe/; # shell script next if $target =~ /xasy/; # no need #print "$k -> $uw{$k}\n"; $diff += system ("cmp $w32dir/$k.exe $w32canonical"); -- cgit v1.2.3