texlive[69789] Master/bin/windows/runscript.tlu: runscript.tlu: Add

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Feb 11 02:49:45 CET 2024


Revision: 69789
          https://tug.org/svn/texlive?view=revision&revision=69789
Author:   kakuto
Date:     2024-02-11 02:49:44 +0100 (Sun, 11 Feb 2024)
Log Message:
-----------
runscript.tlu: Add .pl to search scripts in BINDIR for ctwill-proofsort.pl

Modified Paths:
--------------
    trunk/Master/bin/windows/runscript.tlu

Modified: trunk/Master/bin/windows/runscript.tlu
===================================================================
--- trunk/Master/bin/windows/runscript.tlu	2024-02-11 01:33:32 UTC (rev 69788)
+++ trunk/Master/bin/windows/runscript.tlu	2024-02-11 01:49:44 UTC (rev 69789)
@@ -854,7 +854,7 @@
 if not ARGV then
   os.setenv('TEXMF', TEXMFDIST)
   local extlist = '.lua;.tlu;.pl;.rb;.py;.tcl;.jar;.vbs;.js;.bat;.cmd;.texlua;\0'
-  local progfullname = search_path(progname, BINDIR, '.lua;.tlu;.bat;.cmd') or
+  local progfullname = search_path(progname, BINDIR, '.lua;.tlu;.bat;.cmd;.pl') or
                        find_texmfscript(progname, extlist)
   os.setenv('TEXMF', nil)
   if progfullname == nil then



More information about the tex-live-commits mailing list.