修复ql repo依赖参数

This commit is contained in:
hanhh 2021-06-13 22:41:38 +08:00
parent 3e481900e2
commit 8c7f1bc3d3

View File

@ -374,7 +374,7 @@ gen_list_repo() {
files=$(echo "$files" | egrep -v $blackword)
fi
if [[ $dependence ]]; then
$cmd | sed 's/^..//' | egrep $dependence | xargs -i cp {} $dir_scripts
eval $cmd | sed 's/^..//' | egrep $dependence | xargs -i cp {} $dir_scripts
fi
for file in ${files}; do
filename=$(basename $file)