未验证 提交 32fd7248 编写于 作者: O openharmony_ci 提交者: Gitee

!154 修复代码告警问题

Merge pull request !154 from liguangjie/master
......@@ -35,7 +35,7 @@ cd $(dirname "$0") || error "Failure to change direcory!"
$PYTHON -c "import pip" || error "Please install pip first!"
$PYTHON -c "import easy_install" || error "Please install setuptools first!"
if [ ! -d $TOOLS_DIR ]; then
if [ ! -d "$TOOLS_DIR" ]; then
error "$TOOLS_DIR directory not exists"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册