mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复拷贝deps已存在依赖
This commit is contained in:
parent
1cfcf8d194
commit
cc098bc2e5
|
@ -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