<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
runscript with my local programs doesn't work any more. <br>
They are in TEXMFLOCAL and used to work well with TL2016. Now I'm
getting error:<br>
d:\texroot\2018\bin\win32\runscript.tlu:815:
d:\texroot\2018\bin\win32\runscript.tlu:770: no appropriate script
or program found: setmd5info<br>
Problem appears because of os.setenv('TEXMF', TEXMFDIST): <br>
<br>
"""""""""""""""""<br>
if not ARGV then<br>
<b> os.setenv('TEXMF', TEXMFDIST)</b><br>
local extlist =
'.tlu;.texlua;.pl;.lua;.rb;.py;.tcl;.jar;.vbs;.js;.bat;.cmd;\0'<br>
local progfullname = search_path(progname, BINDIR,
'.tlu;.bat;.cmd') or<br>
assert(find_texmfscript(progname, extlist))<br>
os.setenv('TEXMF', nil)<br>
"""""""""""""""""<br>
<br>
Linas<br>
</body>
</html>