From 1f8b4927f9e7f7a1918cc8d522ead79ce0aeae99 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Mon, 1 May 2006 21:12:04 +0000 Subject: make portage shut up if --quiet is given; bug 62273 svn path=/main/trunk/; revision=3296 --- bin/prepallman | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/prepallman') diff --git a/bin/prepallman b/bin/prepallman index e02b5ba3d..582f4003f 100755 --- a/bin/prepallman +++ b/bin/prepallman @@ -3,9 +3,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/bin/prepallman,v 1.10 2004/10/04 13:56:50 vapier Exp $ +source /usr/lib/portage/bin/isolated-functions.sh + ret=0 -echo "man:" +vecho "man:" for x in "${D}"opt/*/man "${D}"usr/share/man "${D}"usr/local/man "${D}"usr/X11R6/man ; do if [[ -d ${x} ]] ; then x=${x#${D}} -- cgit v1.2.3-1-g7c22