fix: sourcing build file

Weird? but works, and prevents shellcheck
main
earnest ma 2 years ago
parent 854574657f
commit 3589e04177
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A

@ -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)

Loading…
Cancel
Save