Merge pull request #6159 from omajid/rel-1.0.0-rhel-7

dotnet-install should identify all RHEL 7.x as RHEL
This commit is contained in:
Livar 2017-03-27 14:32:26 -07:00 committed by GitHub
commit 9a4c2c32f4

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
;;