]> git.corax.cc Git - foundry/commitdiff
distbot: Include foundry/msg and foundry/context modules
authorMatthias Kruk <m@m10k.eu>
Wed, 1 Dec 2021 08:01:07 +0000 (17:01 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 1 Dec 2021 08:01:07 +0000 (17:01 +0900)
Distbot uses functions from foundry/msg and foundry/context without
including either of the modules, causing it to be unable to parse
incoming messages.
This commit modifies distbot so that it includes the two required
modules.

distbot.sh

index e934323fd84bf9cd94441783fe807adcb63b782c..ff54c795b8bcca4793d9d687ec9c0f4bf7145bb5 100755 (executable)
@@ -322,7 +322,7 @@ main() {
                exit 1
        fi
 
-       if ! include "log" "opt" "queue" "inst" "ipc"; then
+       if ! include "log" "opt" "queue" "inst" "ipc" "foundry/msg" "foundry/context"; then
                exit 1
        fi