mirror of
https://github.com/openharmony/test_xdevice.git
synced 2026-07-19 10:15:51 -04:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user