fix: sourcing build file

Weird? but works, and prevents shellcheck
main
earnest ma 2021-09-11 22:01:07 -04:00
parent 854574657f
commit 3589e04177
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 2 additions and 1 deletions

3
aptpkg
View File

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