fix bash array subs (fix #34)

This commit is contained in:
boypt
2024-12-20 09:49:37 +08:00
parent bd5fdf5749
commit 1464e28cc3

View File

@@ -98,7 +98,7 @@ BUILD_RPM() {
--define 'no_gtk2 1' \
--define 'skip_gnome_askpass 1' \
--define 'skip_x11_askpass 1' \
"${OTHERRPMOPTS[@]}" \
${OTHERRPMOPTS[@]+"${OTHERRPMOPTS[@]}"} \
;
popd
}