Use bash variable add operator
[hvlinux.git] / stage4 / pkg / glib
index 4d0b925..4849c91 100644 (file)
@@ -2,9 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --with-pcre=system"
+    CONFIGURE_OPTS+=" --with-pcre=system"
 }
 
 hvbuild_post()