From a26642534885755cd2b21bde6337dba2b2dedc9f Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 13 Nov 2021 22:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=B7=E8=B4=9Ddeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index f30c83e9..72ae41d4 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -406,7 +406,7 @@ gen_list_repo() { fi if [[ -d $dir_dep ]]; then - cp * "${dir_scripts}/${uniq_path}" &>/dev/null + cp $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null fi for file in ${files}; do