Commit 270da9a8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: fix using with several task numbers

parent 0e7e75e9
...@@ -553,7 +553,7 @@ epm_install() ...@@ -553,7 +553,7 @@ epm_install()
if [ "$DISTRNAME" = "ALTLinux" ] ; then if [ "$DISTRNAME" = "ALTLinux" ] ; then
if tasknumber "$pkg_names" >/dev/null ; then if tasknumber "$pkg_names" >/dev/null ; then
assure_exists apt-repo assure_exists apt-repo
sudocmd_foreach "apt-repo test" "$(tasknumber $pkg_names)" sudocmd_foreach "apt-repo test" $(tasknumber $pkg_names)
return return
fi fi
fi 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