From: Zac Medico Date: Tue, 20 May 2008 19:42:39 +0000 (-0000) Subject: When using vecho or eqawarn it comes in handy when isolated-functions X-Git-Tag: v2.2_pre7~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37c81588bc15acac85971c13a5f829b04eb1d250;p=portage.git When using vecho or eqawarn it comes in handy when isolated-functions have been sourced. (branches/prefix r10380) svn path=/main/trunk/; revision=10381 --- diff --git a/bin/prepalldocs b/bin/prepalldocs index cd1328e5f..c9509d1ff 100755 --- a/bin/prepalldocs +++ b/bin/prepalldocs @@ -3,6 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + if [[ -n $1 ]] ; then vecho "${0##*/}: invalid usage; takes no arguments" 1>&2 fi