Commit 22b3b33d authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove: fix

parent c375c438
...@@ -260,7 +260,7 @@ epm_remove() ...@@ -260,7 +260,7 @@ epm_remove()
nodeps="--test" nodeps="--test"
APTOPTIONS="--simulate" APTOPTIONS="--simulate"
;; ;;
* *)
return return
;; ;;
esac esac
...@@ -268,6 +268,7 @@ epm_remove() ...@@ -268,6 +268,7 @@ epm_remove()
epm_remove_low $pkg_names && return epm_remove_low $pkg_names && return
local STATUS=$? local STATUS=$?
# TODO: check if we need continue with hi level
if [ -n "$direct" ] ; then if [ -n "$direct" ] ; then
return $STATUS return $STATUS
......
...@@ -4525,7 +4525,7 @@ epm_remove() ...@@ -4525,7 +4525,7 @@ epm_remove()
nodeps="--test" nodeps="--test"
APTOPTIONS="--simulate" APTOPTIONS="--simulate"
;; ;;
* *)
return return
;; ;;
esac esac
...@@ -4533,6 +4533,7 @@ epm_remove() ...@@ -4533,6 +4533,7 @@ epm_remove()
epm_remove_low $pkg_names && return epm_remove_low $pkg_names && return
local STATUS=$? local STATUS=$?
# TODO: check if we need continue with hi level
if [ -n "$direct" ] ; then if [ -n "$direct" ] ; then
return $STATUS return $STATUS
......
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