summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-25 23:10:20 +0000
committerKarl Berry <karl@freefriends.org>2013-11-25 23:10:20 +0000
commitc6dc2851a20a804c942998fc32cf2a55d6fb7b5e (patch)
treed4bb5872673647049b0a200090b4207d3db87199 /Master/tlpkg/bin/check-wrapper-consistency
parent0c6abd35bd23751f17122fb5d5eee32af08cd6ba (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/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency2
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");