The LSB vendor changed to "openSUSE project" in openSUSE 12.3. Deal with it as if it were simply "openSUSE". Change-Id: Id20eac6abba4c07aed1cf4617e89357974f62ff8
@@ -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"