Commit 978205ef authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: --quiet support

parent 780df743
...@@ -57,12 +57,11 @@ __print_apt_sources_list_verbose() ...@@ -57,12 +57,11 @@ __print_apt_sources_list_verbose()
print_apt_sources_list() print_apt_sources_list()
{ {
local LISTS='/etc/apt/sources.list /etc/apt/sources.list.d/*.list' local LISTS='/etc/apt/sources.list /etc/apt/sources.list.d/*.list'
# if [ -n "$verbose" ] ; then if [ -n "$quiet" ] ; then
__print_apt_sources_list $LISTS
else
__print_apt_sources_list_verbose $LISTS __print_apt_sources_list_verbose $LISTS
# else fi
# __print_apt_sources_list_list $LISTS
# __print_apt_sources_list $LISTS
# 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