Commit fc9ccc9e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: allow args on ALT

parent df7786e0
...@@ -68,7 +68,7 @@ print_apt_sources_list() ...@@ -68,7 +68,7 @@ print_apt_sources_list()
epm_repolist() epm_repolist()
{ {
[ -z "$*" ] || fatal "No arguments are allowed here" [ -z "$*" ] || [ "$PMTYPE" = "apt-rpm" ] || fatal "No arguments are allowed here"
case $PMTYPE in case $PMTYPE in
apt-rpm) apt-rpm)
......
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