Merge branch 'rel/1.0.1' into fixFolderCase-1.0.1

This commit is contained in:
Livar 2017-03-27 16:57:36 -07:00 committed by GitHub
commit 135ff1570b

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