Commit 9fe9090c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm download: fill pkg_urls_downloaded with downloaded URLs from pkg_urls

parent 0fc073f2
......@@ -87,6 +87,7 @@ __download_pkg_urls()
[ -s "$tmppkg/$i" ] || continue
chmod $verbose a+r "$tmppkg/$i"
[ -n "$pkg_files" ] && pkg_files="$pkg_files $tmppkg/$i" || pkg_files="$tmppkg/$i"
[ -n "$pkg_urls_downloaded" ] && pkg_urls_downloaded="$pkg_urls_downloaded $url" || pkg_urls_downloaded="$url"
done
else
warning "Failed to download $url, ignoring"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment