texlive[69815]

commits+karl at tug.org commits+karl at tug.org
Mon Feb 12 00:20:29 CET 2024


Revision: 69815
          https://tug.org/svn/texlive?view=revision&revision=69815
Author:   karl
Date:     2024-02-12 00:20:29 +0100 (Mon, 12 Feb 2024)
Log Message:
-----------
sync runscript.tlu from bin/windows

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu

Modified: trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu
===================================================================
--- trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu	2024-02-11 23:11:00 UTC (rev 69814)
+++ trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu	2024-02-11 23:20:29 UTC (rev 69815)
@@ -1,7 +1,7 @@
 
 
-local svnrevision = string.match("$Revision: 65362 $", "%d+") or "0"
-local svndate     = string.match("$Date: 2022-12-27 04:12:37 +0900 (火, 27 12 2022) $", "[-%d]+") or "2009-12-04"
+local svnrevision = string.match("$Revision: 69813 $", "%d+") or "0"
+local svndate     = string.match("$Date: 2024-02-12 00:09:34 +0100 (Mon, 12 Feb 2024) $", "[-%d]+") or "2009-12-04"
 local bannerstr   = "runscript wrapper utility (rev. " ..
                     svnrevision .. ", " .. svndate .. ")\n" .. 
                     "usage:   runscript script-name [arguments]\n" ..
@@ -275,7 +275,7 @@
         - support cluttex scripts
     2018/11/08
         - use included tcltk interpreter
-
+    (see vc log for later changes)
 ]]
 
 -- HELPER SUBROUTINES --
@@ -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.