Skip to content

Commit

Permalink
fix bash array subs (fix #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Dec 20, 2024
1 parent bd5fdf5 commit 1464e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ BUILD_RPM() {
--define 'no_gtk2 1' \
--define 'skip_gnome_askpass 1' \
--define 'skip_x11_askpass 1' \
"${OTHERRPMOPTS[@]}" \
${OTHERRPMOPTS[@]+"${OTHERRPMOPTS[@]}"} \
;
popd
}
Expand Down

0 comments on commit 1464e28

Please sign in to comment.