summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-20 19:42:39 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-20 19:42:39 +0000
commit37c81588bc15acac85971c13a5f829b04eb1d250 (patch)
tree4d300fcbcc9dc198d5f3e07164702de104c0d410 /bin
parent654153003cb7a0c8bfc6e7ba8863f7c22761081d (diff)
downloadportage-37c81588bc15acac85971c13a5f829b04eb1d250.tar.gz
portage-37c81588bc15acac85971c13a5f829b04eb1d250.tar.bz2
portage-37c81588bc15acac85971c13a5f829b04eb1d250.zip
When using vecho or eqawarn it comes in handy when isolated-functions
have been sourced. (branches/prefix r10380) svn path=/main/trunk/; revision=10381
Diffstat (limited to 'bin')
-rwxr-xr-xbin/prepalldocs2
1 files changed, 2 insertions, 0 deletions
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