Merge "Handle LSB data for openSUSE 12.3"

This commit is contained in:
Jenkins 2013-03-14 22:02:57 +00:00 committed by Gerrit Code Review
commit 7cfc9dfd91

View File

@ -271,6 +271,8 @@ GetOSVersion() {
if [[ $? -eq 0 ]]; then
os_VENDOR="openSUSE"
fi
elif [[ $os_VENDOR == "openSUSE project" ]]; then
os_VENDOR="openSUSE"
elif [[ $os_VENDOR =~ Red.*Hat ]]; then
os_VENDOR="Red Hat"
fi