From 05d2f77720200e11cf1c2652cb796b152317534c Mon Sep 17 00:00:00 2001 From: deveco_test Date: Mon, 29 Aug 2022 09:51:14 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20c0d8a08=20from=20https://gitee.com/kuan?= =?UTF-8?q?jay/test=5Fxdevice/pulls/155=20=E4=BF=AE=E5=A4=8D=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: deveco_test --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 32033f0..26ea270 100755 --- a/run.sh +++ b/run.sh @@ -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 -- GitLab