summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-07 23:27:05 +0000
committerKarl Berry <karl@freefriends.org>2014-02-07 23:27:05 +0000
commit8de6e6ae206c785b6d4a92e617c037917863b96f (patch)
tree0ef536887e80f197a5411911830ae87796c5e75a /Master/tlpkg/bin/check-wrapper-consistency
parentf248fc8685af5b4a4c6bc2c2a2ce3d244f4b281a (diff)
consistency
git-svn-id: svn://tug.org/texlive/trunk@32911 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 fabf0ac928b..acb25c1617f 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 =~ /^(latexindent|texdoctk|tlmgr|xasy)$/;
+ next if $k =~ /^(texdoctk|tlmgr|xasy)$/;
#
# else do the diff with the canonical wrapper:
$diff += system ("cmp $w32dir/$k.exe $w32canonical");