summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-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");