Commit 196e8785 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-status: allow epm install --simulate with password sudo

parent 1cc0811f
...@@ -96,7 +96,7 @@ epm_status_installable() ...@@ -96,7 +96,7 @@ epm_status_installable()
if [ -n "$verbose" ] ; then if [ -n "$verbose" ] ; then
docmd epm install --simulate "$pkg" docmd epm install --simulate "$pkg"
else else
epm install --simulate "$pkg" 2>/dev/null >/dev/null epm install --simulate "$pkg" >/dev/null
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