未验证 提交 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 {
--target_name=*)
TARGET_NAME="${i#*=}"
build_bm
shift
;;
*)
# unknown option
print_usage
exit 1
......@@ -110,5 +113,4 @@ function main {
esac
done
}
main $@
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册