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
No known key found for this signature in database
GPG Key ID: C638974D64792D67

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