Disable shellcheck for PKGBUILD source
This commit is contained in:
@@ -21,6 +21,7 @@ proctected=(
|
||||
)
|
||||
|
||||
for pkgbuild in pkgbuilds/*/PKGBUILD ; do
|
||||
# shellcheck disable=SC1090
|
||||
source "${pkgbuild}"
|
||||
aurdeps+=("${depends[@]%%[<=>]*}" "${makedepends[@]%%[<=>]*}" "${pkgname}")
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user