build: reset EXTRA_ARGS

This commit is contained in:
George Rawlinson 2021-10-29 22:34:38 +00:00
parent 166244316b
commit 10203c2298
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ for package in "${PACKAGES[@]}"; do
--force \
--makepkg-conf=/etc/aurutils/makepkg-grawlinson.conf \
"${EXTRA_ARGS[@]}"
# reset EXTRA_ARGS
EXTRA_ARGS=()
)
done