Merge pull request #5411 from omajid/master
dotnet-install should identify all RHEL 7.x as RHEL
This commit is contained in:
commit
562d519d9b
1 changed files with 1 additions and 1 deletions
2
scripts/obtain/dotnet-install.sh
vendored
2
scripts/obtain/dotnet-install.sh
vendored
|
@ -92,7 +92,7 @@ get_current_os_name() {
|
||||||
echo "opensuse.42.1"
|
echo "opensuse.42.1"
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
"rhel.7.0" | "rhel.7.1" | "rhel.7.2")
|
"rhel.7"*)
|
||||||
echo "rhel"
|
echo "rhel"
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue