diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2022-12-26 19:12:37 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2022-12-26 19:12:37 +0000 |
commit | ebf911eca7fd5774313ec4494015f4dd17cd8597 (patch) | |
tree | 1dc46010469ec82214a01e625df986aae04890fb /Master/bin/win32 | |
parent | 807ee9e2eebd6fdbf7db015353187c6abc14b2bf (diff) |
Scripts revised, pdf2ps added, unused ps2ps2.exe removed.
runcript.tlu: scaerch order changed (.lua first, .texlua last).
git-svn-id: svn://tug.org/texlive/trunk@65362 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32')
-rwxr-xr-x | Master/bin/win32/pdf2ps.exe (renamed from Master/bin/win32/ps2ps2.exe) | bin | 1536 -> 1536 bytes | |||
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/win32/ps2ps2.exe b/Master/bin/win32/pdf2ps.exe Binary files differindex 5777d90a17a..5777d90a17a 100755 --- a/Master/bin/win32/ps2ps2.exe +++ b/Master/bin/win32/pdf2ps.exe diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 58ea0c4742d..5140e9af1af 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -853,8 +853,8 @@ end if not ARGV then os.setenv('TEXMF', TEXMFDIST) - local extlist = '.tlu;.texlua;.pl;.lua;.rb;.py;.tcl;.jar;.vbs;.js;.bat;.cmd;\0' - local progfullname = search_path(progname, BINDIR, '.tlu;.bat;.cmd') or + 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 find_texmfscript(progname, extlist) os.setenv('TEXMF', nil) if progfullname == nil then |