From c26995595f17f08a6bedb7b3a4bf6640623348b6 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 25 Feb 2010 00:46:38 +0100 Subject: pass --debug to equery to make it shut up -- also for the 'masked' call --- .zsh/zshfunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/zshfunctions') diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index d97042b..b9c074e 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -22,7 +22,7 @@ open_ebuild () if [[ -z $ebuild ]]; then echo "Trying masked packages too..." - ebuild=$(equery w -m $2 2> /dev/null) + ebuild=$(equery --debug w -m $2 2> /dev/null) fi if [[ -n $ebuild ]]; then -- cgit v1.2.3-54-g00ecf