fix script path
This commit is contained in:
@ -9,6 +9,7 @@ section_fields=("${section_scalar_fields[@]}" "${section_array_fields[@]}")
|
||||
|
||||
# load PKGBUILD
|
||||
set -e
|
||||
cat "${1:-./PKGBUILD}"
|
||||
source "${1:-./PKGBUILD}"
|
||||
set +e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user