From c6dc2851a20a804c942998fc32cf2a55d6fb7b5e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Nov 2013 23:10:20 +0000 Subject: (check_w32): do not check latexindent, where we used the supplied .exe (built with Par::Packer). git-svn-id: svn://tug.org/texlive/trunk@32241 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index e8351037532..fabf0ac928b 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -95,7 +95,7 @@ sub check_w32 { next if $is_shell_script{$k}; # skip shell scripts # # also skip these special cases: - next if $k =~ /^(tlmgr|xasy|texdoctk)$/; + next if $k =~ /^(latexindent|texdoctk|tlmgr|xasy)$/; # # else do the diff with the canonical wrapper: $diff += system ("cmp $w32dir/$k.exe $w32canonical"); -- cgit v1.2.3