修复拷贝deps

This commit is contained in:
whyour 2021-11-13 22:05:54 +08:00
parent 6dbe02e321
commit a266425348

View File

@ -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