]> git.corax.cc Git - foundry/commitdiff
dispatchbot: Include inst module
authorMatthias Kruk <m@m10k.eu>
Thu, 22 Jul 2021 03:07:09 +0000 (12:07 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 23 Jul 2021 03:48:22 +0000 (12:48 +0900)
Dispatchbot uses functions that are implemented by the inst module,
but it does not include the inst module at startup.
This commit modifies dispatchbot to include the inst module.

dispatchbot.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ae6cdfd..0a0f895
@@ -357,7 +357,7 @@ main() {
                return 1
        fi
 
-       if ! include "log" "opt" "ipc" "foundry/msg"; then
+       if ! include "log" "opt" "ipc" "inst" "foundry/msg"; then
                return 1
        fi