[latex3-commits] [l3svn] 02/03: Allow format building to serach texmf tree
noreply at latex-project.org
noreply at latex-project.org
Fri Nov 13 10:16:43 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit b7ac950c19e565a3bd65af44b51d2c3c2d743811
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Nov 13 09:11:11 2015 +0000
Allow format building to serach texmf tree
This is helpful while some code is added to begin to pick up
settings shared with LaTeX2e. Probably I'll add the files to
the support area and control using some custom variables: to
do later.
---
l3kernel/build.lua | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index dfcbbed..fa7bcb1 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -90,8 +90,7 @@ function format()
end
local errorlevel = run(
unpackdir,
- os_setenv .. " TEXINPUTS=." .. os_concat
- .. realengine .. " -etex -ini l3format.ltx"
+ realengine .. " -etex -ini l3format.ltx"
)
if errorlevel ~=0 then
return errorlevel
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list