fedora: Add missing double-quotes.

Reported-by: tlc Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 840295ff
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment