summaryrefslogtreecommitdiff
path: root/lua_scripts
diff options
context:
space:
mode:
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 ===========