summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-02 21:49:16 +0000
committerKarl Berry <karl@freefriends.org>2017-09-02 21:49:16 +0000
commit4e0e7cf32787a21e1b2ade8042c909a5f3214e0a (patch)
tree2badd204c0f5f2223b985b22c66d8583e067ebf0 /Master/tlpkg/bin/check-wrapper-consistency
parenta7f7f3b04a2de49df22e775296655dc13bfe53bc (diff)
tlcockpit uses new wrunscript instead of standard wrapper
git-svn-id: svn://tug.org/texlive/trunk@45202 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 1eda326b7fa..2ccafc6558e 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 =~ /^(latexindent|texdoctk|tlmgr|tlshell|xasy)$/;
+ next if $k =~ /^(latexindent|texdoctk|tlcockpit|tlmgr|tlshell|xasy)$/;
#
# else do the diff with the canonical wrapper:
$diff += system ("cmp $w32dir/$k.exe $w32canonical");