Commit 7dc04c8c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-check_updated_repo: fix wrong cleaned variable

parent 0912aa84
......@@ -61,7 +61,8 @@ update_repo_if_needed()
cd / || fatal
if ! __is_repo_info_downloaded || ! __is_repo_info_uptodate ; then
load_helper epm-update
pkg_filenames='' epm_update
# FIXME: cleans!!!
$(pkg_filenames='' epm_update)
fi
cd - >/dev/null || fatal
......
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