mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复拷贝deps
This commit is contained in:
parent
6dbe02e321
commit
a266425348
|
@ -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