未验证 提交 89cfa8e6 编写于 作者: W Wangzheee 提交者: GitHub

[LITE][BM] Fixed an error in build_bm.sh that would cause 'exit 1'. test=develop (#4181)

上级 75129405
...@@ -103,6 +103,9 @@ function main { ...@@ -103,6 +103,9 @@ function main {
--target_name=*) --target_name=*)
TARGET_NAME="${i#*=}" TARGET_NAME="${i#*=}"
build_bm build_bm
shift
;;
*)
# unknown option # unknown option
print_usage print_usage
exit 1 exit 1
...@@ -110,5 +113,4 @@ function main { ...@@ -110,5 +113,4 @@ function main {
esac esac
done done
} }
main $@ main $@
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册