summaryrefslogtreecommitdiff
path: root/lua_scripts
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2009-02-01 17:09:34 +0200
committerLauri Leukkunen <lle@rahina.org>2009-02-10 08:38:10 +0200
commit4660f92124d63f4a83a274d99993775fa1e41471 (patch)
tree45ada2af7caad4a06d48fb5a31630236a50793a1 /lua_scripts
parent817d61e3147380963342acef5df60acb56d9673e (diff)
"devel" mode: Execute scripts from host with interpreters from host
- No longer uses "bash" or "perl" from tools_root to execute scripts from host. For example, sb2's various scripts now take the interpreter from the host environment.
Diffstat (limited to 'lua_scripts')
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua
index 15f370f..93880d7 100644
--- a/lua_scripts/pathmaps/devel/00_default.lua
+++ b/lua_scripts/pathmaps/devel/00_default.lua
@@ -98,7 +98,11 @@ exec_policy_target = {
exec_policy_host_os = {
name = "Host",
log_level = "debug",
- log_message = "executing in host OS mode"
+ log_message = "executing in host OS mode",
+
+ script_interpreter_rule = {
+ use_orig_path = true
+ },
}
-- =========== Actions for conditional rules ===========