mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
修复拷贝deps已存在依赖
This commit is contained in:
parent
20d6308bc7
commit
3bcf3431d3
|
@ -400,7 +400,7 @@ gen_list_repo() {
|
|||
fi
|
||||
|
||||
if [[ -d $dir_dep ]]; then
|
||||
cp $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null
|
||||
cp -f $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null
|
||||
fi
|
||||
|
||||
for file in ${files}; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user