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