From dfdcff338ae9d44d72de97276e3772c2837d4186 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Wed, 15 Jun 2022 15:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E6=93=8D=E4=BD=9C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 750456b3..74f77b78 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,8 @@ then elif [ ${systype} = "Kylin" ] then system="kylin" +else + system="kylin" fi echo ${system}