Commit 87b29617 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: add support for several task numbers

parent d21bfe20
......@@ -539,7 +539,10 @@ epm_install()
if tasknumber "$pkg_names" >/dev/null ; then
assure_distr ALTLinux "install with task number"
assure_exists apt-repo
sudocmd apt-repo test $(tasknumber "$pkg_names")
local task
for task in $(tasknumber "$pkg_names") ; do
sudocmd apt-repo test $task
done
return
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