Commit 82ea7f25 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed version

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