Commit 36c7a58a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-install: fix return status

parent 1cbb4d85
...@@ -47,7 +47,7 @@ filter_out_installed_packages() ...@@ -47,7 +47,7 @@ filter_out_installed_packages()
# copied from etersoft-build-utils/share/eterbuild/functions/rpmpkg # copied from etersoft-build-utils/share/eterbuild/functions/rpmpkg
epm_install_names() epm_install_names()
{ {
[ -n "$1" ] || return [ -z "$1" ] && return
case $PMTYPE in case $PMTYPE in
apt-rpm|apt-dpkg) apt-rpm|apt-dpkg)
docmd $SUDO apt-get install $@ docmd $SUDO apt-get install $@
......
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