Use bash variable add operator
[hvlinux.git] / stage2 / pkg / coreutils
index 53b8f5c..8992716 100644 (file)
@@ -2,8 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --libexecdir=/usr/lib \
         --enable-no-install-program=kill,uptime"
 }