summaryrefslogtreecommitdiff
path: root/hscript/script_e.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/script_e.cc')
-rw-r--r--hscript/script_e.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/hscript/script_e.cc b/hscript/script_e.cc
index ef43bba..e03b4ad 100644
--- a/hscript/script_e.cc
+++ b/hscript/script_e.cc
@@ -455,7 +455,10 @@ bool Script::execute() const {
return false;
}
- /* keymap */
+ if(internal->keymap && !internal->keymap->execute(opts)) {
+ EXECUTE_FAILURE("keymap");
+ return false;
+ }
/* UserAccounts */
if(!internal->tzone->execute(opts)) {