Commit d58f89cd authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-removerepo: fix after new repolist

parent a37fbc39
......@@ -24,7 +24,7 @@ __epm_removerepo_alt_grepremove()
{
local rp
local flag=0
epm repolist 2>/dev/null | grep -E "$1" | while read rp ; do
(quiet=1 epm repolist) 2>/dev/null | grep -E "$1" | while read rp ; do
[ -n "$dryrun" ] || apt-repo --dry-run rm "$rp"
if [ -n "$verbose" ] ; then
sudocmd apt-repo $dryrun rm "$rp"
......
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