From 2a9204cab666d47770bf3809d95a689088019121 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 May 2020 15:27:57 +0200 Subject: Various minor fixes and cleanups --- libbuild2/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/rule.cxx') diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index eabe578..773d42e 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -631,7 +631,7 @@ namespace build2 { const scope& bs (t.base_scope ()); - build::script::environment e (a, t); + build::script::environment e (a, t, script.temp_dir); build::script::parser p (ctx); build::script::default_runner r; p.execute (*bs.root_scope (), bs, e, script, r); @@ -664,7 +664,7 @@ namespace build2 { const scope& bs (t.base_scope ()); - build::script::environment e (a, t); + build::script::environment e (a, t, script.temp_dir); build::script::parser p (ctx); build::script::default_runner r; p.execute (*bs.root_scope (), bs, e, script, r); -- cgit v1.1