From dfa7aa3a836aef5d0f1aebe0f6eeff65d20239ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 30 Aug 2013 11:47:58 -0400 Subject: [PATCH] fedora: Add missing double-quotes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: tlc Signed-off-by: Stéphane Graber --- templates/lxc-fedora.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in index 841af161c..922563dec 100644 --- a/templates/lxc-fedora.in +++ b/templates/lxc-fedora.in @@ -63,7 +63,7 @@ then fi fi -if [ ${CPE_NAME} != "" -a ${ID} = "fedora" -a ${VERSION_ID} != "" ] +if [ "${CPE_NAME}" != "" -a "${ID}" = "fedora" -a "${VERSION_ID}" != "" ] then fedora_host_ver=${VERSION_ID} is_fedora=true