Commit d462e04e authored by Vitaly Lipatov's avatar Vitaly Lipatov

brew fixes

parent 0204d105
......@@ -128,7 +128,7 @@ case $PMTYPE in
fi
;;
homebrew)
CMD="brew list"
docmd brew list | xargs -n1 echo
;;
ipkg)
CMD="ipkg list"
......
......@@ -228,8 +228,8 @@ __epm_query_shortname()
CMD="conary query"
;;
homebrew)
docmd brew info "$1" >/dev/null 2>/dev/null
return
docmd brew info "$1" >/dev/null 2>/dev/null && echo "$1" && return
return 1
;;
# TODO: need to print name if exists
#pkgng)
......
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