build: reset EXTRA_ARGS
This commit is contained in:
parent
166244316b
commit
10203c2298
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ for package in "${PACKAGES[@]}"; do
|
||||||
--force \
|
--force \
|
||||||
--makepkg-conf=/etc/aurutils/makepkg-grawlinson.conf \
|
--makepkg-conf=/etc/aurutils/makepkg-grawlinson.conf \
|
||||||
"${EXTRA_ARGS[@]}"
|
"${EXTRA_ARGS[@]}"
|
||||||
|
|
||||||
|
# reset EXTRA_ARGS
|
||||||
|
EXTRA_ARGS=()
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue