Use bash variable add operator
[hvlinux.git] / stage0 / pkg / ncurses
index 7d4a680..b2126bc 100644 (file)
@@ -2,8 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --without-debug \
         --without-shared"
 }