From: Zac Medico Date: Sun, 25 May 2008 03:17:54 +0000 (-0000) Subject: When using vecho or eqawarn it comes in handy when isolated-functions X-Git-Tag: v2.1.5.3~61 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddfd90ccf7aa26c18c29d8aa82c38f384fe3b9a6;p=portage.git When using vecho or eqawarn it comes in handy when isolated-functions have been sourced. (trunk r10381) svn path=/main/branches/2.1.2/; revision=10402 --- diff --git a/bin/prepalldocs b/bin/prepalldocs index e188329d6..905b967c0 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