Commit ae67233e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-download: restore pkg_filenames

parent 557efb51
......@@ -67,6 +67,8 @@ __download_pkg_urls()
warning "Failed to download $url, ignoring"
fi
done
# restore
pkg_filenames=$(strip_spaces "$pkg_files $pkg_names")
}
# NOTE: call __clean_downloaded_pkg_files after
......
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