mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
修复拷贝deps已存在依赖
This commit is contained in:
parent
1cfcf8d194
commit
cc098bc2e5
|
@ -400,7 +400,7 @@ gen_list_repo() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d $dir_dep ]]; then
|
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
|
fi
|
||||||
|
|
||||||
for file in ${files}; do
|
for file in ${files}; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user