From 5d19e7682d8e4f41386077ac94c39fbaf53037e5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 18 Aug 2017 23:06:41 +0000 Subject: (check_w32): tlshell is a new non-wrapper.exe. git-svn-id: svn://tug.org/texlive/trunk@45070 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index cae3e0aa44f..1eda326b7fa 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|xasy)$/; + next if $k =~ /^(latexindent|texdoctk|tlmgr|tlshell|xasy)$/; # # else do the diff with the canonical wrapper: $diff += system ("cmp $w32dir/$k.exe $w32canonical"); -- cgit v1.2.3