mirror of
git://github.com/lxc/lxc
synced 2025-08-31 21:42:37 +00:00
fedora: Add missing double-quotes.
Reported-by: tlc Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user