From 339872b1cf45435f8a947e5583352b88a7e79f99 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Feb 2024 23:20:29 +0000 Subject: sync runscript.tlu from bin/windows git-svn-id: svn://tug.org/texlive/trunk@69815 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/windows_wrapper/runscript.tlu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/texlive/windows_wrapper/runscript.tlu b/Build/source/texk/texlive/windows_wrapper/runscript.tlu index c7d6d671a90..a582d549def 100644 --- a/Build/source/texk/texlive/windows_wrapper/runscript.tlu +++ b/Build/source/texk/texlive/windows_wrapper/runscript.tlu @@ -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 @@ local docstr = [[ - support cluttex scripts 2018/11/08 - use included tcltk interpreter - + (see vc log for later changes) ]] -- HELPER SUBROUTINES -- @@ -854,7 +854,7 @@ end 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 -- cgit v1.2.3