Merge branch 'rel/1.0.0' into merge_rel_1_0_0

* rel/1.0.0:
  dotnet-install should identify all RHEL 7.x as RHEL
This commit is contained in:
Livar Cunha 2017-03-27 14:39:39 -07:00
commit 7a8dd54383

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