]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fedora: Add missing double-quotes.
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 30 Aug 2013 15:47:58 +0000 (11:47 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 30 Aug 2013 15:47:58 +0000 (11:47 -0400)
Reported-by: tlc
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-fedora.in

index 841af161cf225cf1d17389541287080122bf9efb..922563decc7e6af9d0224f55a30a585937c4fa5f 100644 (file)
@@ -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