Commit e31a3515 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-assure: fix reenterability

parent 65c8525e
......@@ -95,7 +95,8 @@ epm_assure()
# can't be used in epm ei case
#docmd epm --auto install $PACKAGE || return
load_helper epm-install
non_interactive=1 pkg_names="$PACKAGE" pkg_files='' pkg_urls='' epm_install
# TODO: HACK: DEBUG=1 for skip to_remove_pkg handling
(DEBUG=1 repack='' non_interactive=1 pkg_names="$PACKAGE" pkg_files='' pkg_urls='' epm_install )
[ -n "$PACKAGEVERSION" ] || return 0
# check if we couldn't update and still need update
......
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