Commit 79529c30 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-provides: fix empty else

parent f70d7ec3
...@@ -52,7 +52,7 @@ case $PMTYPE in ...@@ -52,7 +52,7 @@ case $PMTYPE in
if is_installed $pkg_names ; then if is_installed $pkg_names ; then
CMD="rpm -q --provides" CMD="rpm -q --provides"
else else
# FIXME: use hi level commands fatal "FIXME: use hi level commands"
fi fi
;; ;;
emerge) emerge)
......
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