From: Terzeus S. Dominguez Date: Sun, 10 Jan 2016 18:13:10 +0000 (+0800) Subject: Fix typo X-Git-Tag: lxc-2.0.0.beta2~59^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7f70d2145d23d5f0cf08513404ac7ad2d7aaf3;p=thirdparty%2Flxc.git Fix typo Signed-off-by: Terzeus S. Dominguez --- diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index 3657795c0..847f1788f 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -175,7 +175,7 @@ EOF fi # dhcpcd is not in the default repos with Leap 42.1 - if [ $DISTRO != "leap/42.1"] + if [ $DISTRO != "leap/42.1" ] then echo "Support: dhcpcd" >> $cache/partial-$arch-packages/opensuse.conf fi