2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 22:59:34 +00:00

fedora: Add missing double-quotes.

Reported-by: tlc
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2013-08-30 11:47:58 -04:00
parent 840295ff4c
commit dfa7aa3a83

View 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