summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-02-11 01:49:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-02-11 01:49:44 +0000
commit402c13319bbba905e1fa75a5c2a9241723d7fa24 (patch)
tree0b2933849dd2dfcd1729ac23b8ecd3205054ba11 /Master/bin
parentbc984a682f444b844236fda6c42db7227ac762be (diff)
runscript.tlu: Add .pl to search scripts in BINDIR for ctwill-proofsort.pl
git-svn-id: svn://tug.org/texlive/trunk@69789 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/windows/runscript.tlu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/windows/runscript.tlu b/Master/bin/windows/runscript.tlu
index c7d6d671a90..31ed7767d5d 100755
--- a/Master/bin/windows/runscript.tlu
+++ b/Master/bin/windows/runscript.tlu
@@ -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