X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=init-tools.sh;h=f965583daeb84982f1800c4e62f1b9bed1c14c83;hb=149d48812c8be8fcc14c7c211a9977d67e221dcb;hp=995e882461a198d1943e5b9c35dd20e5b7b07939;hpb=6b282079e9ced0254e61b3a4ee835249c885713b;p=platform%2Fupstream%2Fcoreclr.git diff --git a/init-tools.sh b/init-tools.sh index 995e882..f965583 100755 --- a/init-tools.sh +++ b/init-tools.sh @@ -43,14 +43,14 @@ get_current_linux_name() { echo "alpine" return 0 elif [ "$(cat /etc/os-release | grep -cim1 fedora)" -eq 1 ]; then - if [ "$(cat /etc/os-release | grep -cim1 23)" -eq 1 ]; then - echo "fedora.23" - return 0 - fi if [ "$(cat /etc/os-release | grep -cim1 24)" -eq 1 ]; then echo "fedora.24" return 0 fi + if [ "$(cat /etc/os-release | grep -cim1 25)" -eq 1 ]; then + echo "fedora.25" + return 0 + fi elif [ "$(cat /etc/os-release | grep -cim1 opensuse)" -eq 1 ]; then if [ "$(cat /etc/os-release | grep -cim1 42.1)" -eq 1 ]; then echo "opensuse.42.1"