mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复拷贝deps
This commit is contained in:
parent
b41c1f1d2e
commit
d0f7449b57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user