]> git.corax.cc Git - foundry/commitdiff
distbot: Include ipc module
authorMatthias Kruk <m@m10k.eu>
Tue, 30 Nov 2021 10:41:38 +0000 (19:41 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 30 Nov 2021 10:41:38 +0000 (19:41 +0900)
Distbot is using functions from the ipc module without including it,
causing it to silently fail.
This commit modifies distbot to include the ipc module at startup.

distbot.sh

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