mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复拷贝deps
This commit is contained in:
parent
6dbe02e321
commit
a266425348
|
@ -406,7 +406,7 @@ gen_list_repo() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d $dir_dep ]]; then
|
if [[ -d $dir_dep ]]; then
|
||||||
cp * "${dir_scripts}/${uniq_path}" &>/dev/null
|
cp $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