Merge pull request #5411 from omajid/master

dotnet-install should identify all RHEL 7.x as RHEL
This commit is contained in:
Piotr Puszkiewicz 2017-02-06 00:05:39 -08:00 committed by GitHub
commit 562d519d9b

View file

@ -92,7 +92,7 @@ get_current_os_name() {
echo "opensuse.42.1"
return 0
;;
"rhel.7.0" | "rhel.7.1" | "rhel.7.2")
"rhel.7"*)
echo "rhel"
return 0
;;