From: Uwe Köcher Date: Tue, 29 Jun 2021 13:53:34 +0000 (+0200) Subject: platform opensuse update X-Git-Tag: v9.3.3-r1~1^2~29^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ee738362c58f8be709b1633a32d854e3b66da9;p=candi.git platform opensuse update --- diff --git a/candi.sh b/candi.sh index 1b5ab26..4169a10 100755 --- a/candi.sh +++ b/candi.sh @@ -634,10 +634,8 @@ guess_platform() { elif [ "$OS_ID" == "ubuntu" ]; then echo ubuntu${OS_MAJOR_VER} - elif [ "$OS_ID" == "opensuse" ]; then - if [ "${OS_NAME}" == "openSUSE Leap" ]; then - echo opensuse15 - fi + elif [ "${OS_NAME}" == "openSUSE Leap" ]; then + echo opensuse15 elif [ "${PRETTY_NAME}" == "Arch Linux" ]; then echo arch