Commit 4c0fc452 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: forbid any args

parent f0a3c7f9
......@@ -67,6 +67,9 @@ print_apt_sources_list()
epm_repolist()
{
[ -z "$*" ] || fatal "No arguments are allowed here"
case $PMTYPE in
apt-rpm)
#assure_exists apt-repo
......
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