From 9618e6c4dd59441ad64d9b15c6434b1310724d3d Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Fri, 25 Jan 2008 20:38:39 +0000 Subject: luatex: new version from Taco. git-svn-id: svn://tug.org/texlive/trunk@6417 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/luatex.exe | Bin 3439616 -> 3632128 bytes Master/bin/win32/texlua.exe | Bin 3439616 -> 3632128 bytes Master/bin/win32/updmap-sys.texlua | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/bin/win32') diff --git a/Master/bin/win32/luatex.exe b/Master/bin/win32/luatex.exe index 1ab44118ceb..fb6eef13684 100755 Binary files a/Master/bin/win32/luatex.exe and b/Master/bin/win32/luatex.exe differ diff --git a/Master/bin/win32/texlua.exe b/Master/bin/win32/texlua.exe index 1ab44118ceb..fb6eef13684 100755 Binary files a/Master/bin/win32/texlua.exe and b/Master/bin/win32/texlua.exe differ diff --git a/Master/bin/win32/updmap-sys.texlua b/Master/bin/win32/updmap-sys.texlua index eb979122009..72cd33225f3 100755 --- a/Master/bin/win32/updmap-sys.texlua +++ b/Master/bin/win32/updmap-sys.texlua @@ -1,7 +1,7 @@ #!/usr/bin/env texlua --*-Lua-*- - --[[ $Id$ + Copyright (C) 2007 Reinhard Kotucha. You may freely use, modify and/or distribute this file. @@ -23,11 +23,11 @@ updmap_script=kpse.find_file("updmap.pl", "texmfscripts") os.setenv('TEXMFVAR', kpse.var_value('TEXMFSYSVAR')) os.setenv('TEXMFCONFIG', kpse.var_value('TEXMFSYSCONFIG')) -updmap=perl .. ' ' .. updmap_script +updmap={perl, updmap_script} for i=1, #arg do - updmap=updmap .. ' ' .. arg[i] + updmap[#arg+1]=arg[i] end -os.exec(updmap); +os.spawn(updmap); -- cgit v1.2.3