From 2bd4ba02b6b67f6e77c1fafd77777de1fdbe99b9 Mon Sep 17 00:00:00 2001 From: leiziwei Date: Mon, 13 Nov 2023 18:14:57 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 544ab49..27ef2e8 100644 --- a/build.sh +++ b/build.sh @@ -54,7 +54,7 @@ done PLAT_FORM_STR=$(sh "${ROOT_DIR}/build/get_PlatForm_str.sh") if [ "${PLAT_FORM_STR}"x == "Failed"x ]; then - echo "We only support openEuler(aarch64), EulerOS(aarch64), FusionOS, CentOS, uos platform." + echo "We only support openEuler(aarch64), EulerOS(aarch64), FusionOS, CentOS, UOS platform." exit 1; fi @@ -79,9 +79,9 @@ elif [ X$(echo $PLAT_FORM_STR | grep "asianux") != X"" ]; then elif [ X$(echo $PLAT_FORM_STR | grep "kylin") != X"" ]; then dist_version="Kylin" elif [ X$(echo $PLAT_FORM_STR | grep "uos") != X"" ]; then - dist_version="uos" + dist_version="UOS" else - echo "We only support openEuler(aarch64), EulerOS(aarch64), FusionOS, CentOS, Ubuntu(x86), uos platform." + echo "We only support openEuler(aarch64), EulerOS(aarch64), FusionOS, CentOS, Ubuntu(x86), UOS platform." echo "Kernel is $kernel" exit 1 fi