Use bash variable add operator
[hvlinux.git] / stage3 / pkg / openssh
index 23f1738..d2e9cd4 100644 (file)
@@ -9,8 +9,7 @@ hvconfig_pre()
     hv_useradd --system -c sshd-privsep -d /var/lib/sshd -g sshd \
         -s /bin/false sshd
 
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --sysconfdir=/etc/ssh \
         --datadir=/usr/share/sshd \
         --with-pam \