Commit b54bdc64 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: fix extra space in prompt int non-interactive mode

parent 4f5f0265
......@@ -725,7 +725,7 @@ epm_install()
fi
if [ -n "$interactive" ] ; then
confirm_info "You are about to install $pkg_names $pkg_files $pkg_urls package(s)."
confirm_info "You are about to install $(echo $pkg_names $pkg_files $pkg_urls) package(s)."
# TODO: for some packages with dependencies apt will ask later again
fi
......
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