Do not fail on missing variables in PKGBUILDs
This commit is contained in:
@@ -21,8 +21,10 @@ proctected=(
|
||||
)
|
||||
|
||||
for pkgbuild in pkgbuilds/*/PKGBUILD ; do
|
||||
set +o nounset
|
||||
# shellcheck disable=SC1090
|
||||
source "${pkgbuild}"
|
||||
set -o nounset
|
||||
aurdeps+=("${depends[@]%%[<=>]*}" "${makedepends[@]%%[<=>]*}" "${checkdepends[@]%%[<=>]*}" "${pkgname}")
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user