From baa30d6b83f2aab2389cdac1bf22b69e8d9770d9 Mon Sep 17 00:00:00 2001 From: deveco_test Date: Mon, 29 Aug 2022 09:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=91=8A=E8=AD=A6=E9=97=AE?= =?UTF-8?q?=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