diff --git a/compile.sh b/compile.sh index 941817c..6fa1845 100755 --- a/compile.sh +++ b/compile.sh @@ -98,7 +98,7 @@ BUILD_RPM() { --define 'no_gtk2 1' \ --define 'skip_gnome_askpass 1' \ --define 'skip_x11_askpass 1' \ - "${OTHERRPMOPTS[@]}" \ + ${OTHERRPMOPTS[@]+"${OTHERRPMOPTS[@]}"} \ ; popd }