fix script path

This commit is contained in:
2025-06-21 13:31:31 +02:00
parent 45b00ac67f
commit b2d0d6e6e6

View File

@ -9,6 +9,7 @@ section_fields=("${section_scalar_fields[@]}" "${section_array_fields[@]}")
# load PKGBUILD # load PKGBUILD
set -e set -e
cat "${1:-./PKGBUILD}"
source "${1:-./PKGBUILD}" source "${1:-./PKGBUILD}"
set +e set +e