!154 修复代码告警问题

Merge pull request !154 from liguangjie/master
This commit is contained in:
openharmony_ci
2022-08-29 13:40:12 +00:00
committed by Gitee
+1 -1
View File
@@ -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