Commit b6d747ba authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: forbid any args

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