summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-20 17:08:56 +0000
committerKarl Berry <karl@freefriends.org>2015-04-20 17:08:56 +0000
commit6382345a9b366f3007f01103358763ba63cad027 (patch)
treec4cd25e5b344f6c7cd9a106750a7acac42b3c47c /Master/tlpkg/bin/check-wrapper-consistency
parent2375635ab547971f55bd30fc36d385b3789c4cd9 (diff)
omit latexindent from wrapper check, made with Par::Packer now
git-svn-id: svn://tug.org/texlive/trunk@36972 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 97c6e4eeaa7..cae3e0aa44f 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -93,7 +93,7 @@ sub check_w32 {
next if $is_shell_script{$k}; # skip shell scripts
#
# also skip these special cases:
- next if $k =~ /^(texdoctk|tlmgr|xasy)$/;
+ next if $k =~ /^(latexindent|texdoctk|tlmgr|xasy)$/;
#
# else do the diff with the canonical wrapper:
$diff += system ("cmp $w32dir/$k.exe $w32canonical");