build.sh: correct typo errors

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I3ebeb6535c1661bc8d87e24dc872dcbc285ddfcd
This commit is contained in:
liuhaitao
2021-10-18 16:40:07 +08:00
parent ca09f78003
commit 7b3cb624e9
+2 -2
View File
@@ -59,7 +59,7 @@ function build_board()
TOOLCHAIN="gcc"
EXTRAFLAGS=-Wno-cpp
if [ $ARCH = "xtensa" ]; then
if [ "$ARCH" == "xtensa" ]; then
export XTENSAD_LICENSE_FILE=28000@10.221.64.91
EXTRAFLAGS=""
fi
@@ -76,7 +76,7 @@ function build_board()
exit 2
fi
if [ "${2}" = "distclean" ]; then
if [ "${2}" == "distclean" ]; then
return;
fi