[latex3-commits] [l3svn] branch master updated: l3build: Missed an env setting

noreply at latex-project.org noreply at latex-project.org
Mon May 23 10:38:50 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  4b2761d   l3build: Missed an env setting
4b2761d is described below

commit 4b2761d422604ffaac5796187e1db312b35646a1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon May 23 09:38:24 2016 +0100

    l3build: Missed an env setting
    
    Only shows up on Windows.
---
 l3build/l3build.lua |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index b43597e..ab24c55 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1229,7 +1229,8 @@ function runtest(name, engine, hide, ext)
         .. os_concat ..
       -- Fix the time of the run
       os_setenv .. " SOURCE_DATE_EPOCH=" .. epoch
-        .. " SOURCE_DATE_EPOCH_TEX_PRIMITIVES=1"
+        .. os_concat ..
+      os_setenv .. " SOURCE_DATE_EPOCH_TEX_PRIMITIVES=1"
         .. os_concat ..
       -- Ensure lines are of a known length
       os_setenv .. " max_print_line=" .. maxprintline

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list