texlive[47582] Master/bin/win32/runscript.tlu: prefer '.pl' than

commits+kakuto at tug.org commits+kakuto at tug.org
Thu May 3 10:19:14 CEST 2018


Revision: 47582
          http://tug.org/svn/texlive?view=revision&revision=47582
Author:   kakuto
Date:     2018-05-03 10:19:14 +0200 (Thu, 03 May 2018)
Log Message:
-----------
prefer '.pl' than '.lua'

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

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2018-05-03 00:23:50 UTC (rev 47581)
+++ trunk/Master/bin/win32/runscript.tlu	2018-05-03 08:19:14 UTC (rev 47582)
@@ -761,7 +761,7 @@
 
 if not ARGV then
   os.setenv('TEXMF', TEXMFDIST)
-  local extlist = '.tlu;.texlua;.lua;.pl;.rb;.py;.tcl;.jar;.vbs;.js;.bat;.cmd;\0'
+  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
                        assert(find_texmfscript(progname, extlist))
   os.setenv('TEXMF', nil)



More information about the tex-live-commits mailing list