From e272340b72733a21f25a076b5fc748c62ffe8e59 Mon Sep 17 00:00:00 2001 From: zhangfanfan2 Date: Tue, 23 Mar 2021 08:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9build.sh=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 301adaad..822e6494 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ fi if [ -f "$destination" ]; then rm -rf $destination fi -if [ ! -f "$source"]; then +if [ ! -f "$source" ]; then source="../..$7/config/sys/$config_file" fi cp $source $destination