From 89e99a668bfbc791fc084a60aafe87f43cfa8f39 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 23 Feb 2010 16:09:42 +0100 Subject: pass --debug to equery to make it shut up --- .zsh/zshfunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/zshfunctions') diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index 118e74d..d97042b 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -18,7 +18,7 @@ cdu () # Open the ebuild with a specified command open_ebuild () { - local ebuild=$(equery w $2 2> /dev/null) + local ebuild=$(equery --debug w $2 2> /dev/null) if [[ -z $ebuild ]]; then echo "Trying masked packages too..." -- cgit v1.2.3-54-g00ecf