texlive[46945] Master/bin/win32: Update some binaries (w32 tl18

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Mar 13 06:42:03 CET 2018


Revision: 46945
          http://tug.org/svn/texlive?view=revision&revision=46945
Author:   kakuto
Date:     2018-03-13 06:42:02 +0100 (Tue, 13 Mar 2018)
Log Message:
-----------
Update some binaries (w32 tl18 pretest)

Modified Paths:
--------------
    trunk/Master/bin/win32/gregorio.exe
    trunk/Master/bin/win32/mflua-nowin.exe
    trunk/Master/bin/win32/mflua.exe
    trunk/Master/bin/win32/mfluajit-nowin.exe
    trunk/Master/bin/win32/mfluajit.exe
    trunk/Master/bin/win32/runscript.tlu

Modified: trunk/Master/bin/win32/gregorio.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/mflua-nowin.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/mflua.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/mfluajit-nowin.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/mfluajit.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2018-03-13 02:04:56 UTC (rev 46944)
+++ trunk/Master/bin/win32/runscript.tlu	2018-03-13 05:42:02 UTC (rev 46945)
@@ -405,7 +405,7 @@
     return nil
   end
   local err = ffi.C.GetModuleFileNameA(runscripthandle, buffer, 256)
-  if err == nil then
+  if err == 0 then
     return nil
   end
   local str = ffi.string(buffer)
@@ -515,6 +515,9 @@
 -- local TEXMFDIST = kpse.var_value('TEXMFDIST')
 -- use a new function to obtain TEXMFDIST
 local TEXMFDIST = gettexmfdist()
+if TEXMFDIST == nil then
+  TEXMFDIST = kpse.var_value('TEXMFDIST')
+end
 local BINDIR = kpse.var_value('SELFAUTOLOC')
 local PATH = os.getenv('PATH') or ''
 



More information about the tex-live-commits mailing list