From bcbe4f90dbeaea99510259c2a097a8264e7460df Mon Sep 17 00:00:00 2001 From: modehua Date: Sat, 15 Apr 2023 11:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 97c6943..250bc68 100755 --- a/build.sh +++ b/build.sh @@ -47,12 +47,15 @@ if [ "$oem" != "hg" ] \ && [ "$oem" != "lscso" ] \ && [ "$oem" != "hwso" ] \ && [ "$oem" != "lscsm" ]\ -&& [ "$oem" != "zj" ]\ + && [ "$oem" != "ctsso" ]\ && [ "$oem" != "cts" ]\ && [ "$oem" != "zg" ]\ && [ "$oem" != "zgso" ]\ -&& [ "$oem" != "zgweb" ]; +&& [ "$oem" != "zgweb" ]\ +&& [ "$oem" != "zj" ]\ +&& [ "$oem" != "zjso" ]\ +&& [ "$oem" != "zjweb" ]; then echo "参数错误:$oem !!!" echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb ||lscso 汉王:hw || hwweb || hwso 沧田:cts"