texlive[45070] Master/tlpkg/bin/check-wrapper-consistency:
commits+karl at tug.org
commits+karl at tug.org
Sat Aug 19 01:06:41 CEST 2017
Revision: 45070
http://tug.org/svn/texlive?view=revision&revision=45070
Author: karl
Date: 2017-08-19 01:06:41 +0200 (Sat, 19 Aug 2017)
Log Message:
-----------
(check_w32): tlshell is a new non-wrapper.exe.
Modified Paths:
--------------
trunk/Master/tlpkg/bin/check-wrapper-consistency
Modified: trunk/Master/tlpkg/bin/check-wrapper-consistency
===================================================================
--- trunk/Master/tlpkg/bin/check-wrapper-consistency 2017-08-18 23:05:31 UTC (rev 45069)
+++ trunk/Master/tlpkg/bin/check-wrapper-consistency 2017-08-18 23:06:41 UTC (rev 45070)
@@ -93,7 +93,7 @@
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");
More information about the tex-live-commits
mailing list