mirror of
git://github.com/lxc/lxc
synced 2025-09-01 04:19:50 +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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${CPE_NAME} != "" -a ${ID} = "fedora" -a ${VERSION_ID} != "" ]
|
if [ "${CPE_NAME}" != "" -a "${ID}" = "fedora" -a "${VERSION_ID}" != "" ]
|
||||||
then
|
then
|
||||||
fedora_host_ver=${VERSION_ID}
|
fedora_host_ver=${VERSION_ID}
|
||||||
is_fedora=true
|
is_fedora=true
|
||||||
|
Reference in New Issue
Block a user