Commit c710672f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm remove: fix remove status

parent bb1cb7e6
...@@ -33,7 +33,8 @@ epm_remove_low() ...@@ -33,7 +33,8 @@ epm_remove_low()
*-rpm) *-rpm)
cd /tmp || fatal cd /tmp || fatal
sudocmd rpm -ev $nodeps $@ sudocmd rpm -ev $nodeps $@
cd - >/dev/null # keep status
#cd - >/dev/null
return ;; return ;;
*-dpkg|-dpkg) *-dpkg|-dpkg)
# shellcheck disable=SC2046 # shellcheck disable=SC2046
......
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