Use bash variable add operator
[hvlinux.git] / stage3 / pkg / xinetd
index 6267066..f871392 100644 (file)
@@ -2,9 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --with-loadavg"
+    CONFIGURE_OPTS+=" --with-loadavg"
 }
 
 hvbuild_post()