Weird? but works, and prevents shellcheck
@ -103,7 +103,8 @@ load_build(){
mkdir -p dist
# shellcheck disable=SC1090
source "${1/build:?}"
# shellcheck disable=SC1091
source "${1:?}/build"
case "${type:?}" in
deb)