diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-25 23:10:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-25 23:10:20 +0000 |
commit | c6dc2851a20a804c942998fc32cf2a55d6fb7b5e (patch) | |
tree | d4bb5872673647049b0a200090b4207d3db87199 /Master | |
parent | 0c6abd35bd23751f17122fb5d5eee32af08cd6ba (diff) |
(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
Diffstat (limited to 'Master')
-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 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"); |