From 6a2b1ce37d5a18b963247b043653e7fb9d62a6b2 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Tue, 9 Aug 2022 16:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 204ec27..054b7bc 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ mainverstr="4" ver3=10 minver=$(cat ../sdk/include/huagao/brand.h |grep VERSION_SUB) -minver=${minver:20} +minver=${minver: -2} echo $minver if [ "$oem" != "hg" ] && [ "$oem" != "lsc" ] && [ "$oem" != "hw" ] && [ "$oem" != ""hgweb ] && [ "$oem" != ""lscweb ] && [ "$oem" != ""hwweb ];