texlive[47138] Master/tlpkg/bin/check-wrapper-consistency:

commits+karl at tug.org commits+karl at tug.org
Mon Mar 26 23:20:51 CEST 2018


Revision: 47138
          http://tug.org/svn/texlive?view=revision&revision=47138
Author:   karl
Date:     2018-03-26 23:20:51 +0200 (Mon, 26 Mar 2018)
Log Message:
-----------
(check_w32): epspdftk.exe is not the normal wrapper.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/check-wrapper-consistency

Modified: trunk/Master/tlpkg/bin/check-wrapper-consistency
===================================================================
--- trunk/Master/tlpkg/bin/check-wrapper-consistency	2018-03-26 21:16:58 UTC (rev 47137)
+++ trunk/Master/tlpkg/bin/check-wrapper-consistency	2018-03-26 21:20:51 UTC (rev 47138)
@@ -93,7 +93,8 @@
     next if $is_shell_script{$k};    # skip shell scripts
     #
     # also skip these special cases:
-    next if $k =~ /^(latexindent|texdoctk|tlcockpit|tlmgr|tlshell|xasy)$/;
+    next if $k
+      =~ /^(epspdftk|latexindent|texdoctk|tlcockpit|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