summaryrefslogtreecommitdiffstats
path: root/bin/prepalldocs
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-25 03:17:54 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-25 03:17:54 +0000
commitddfd90ccf7aa26c18c29d8aa82c38f384fe3b9a6 (patch)
tree116cae7e77f538a0d562641cfb2c8fd2a37e6da9 /bin/prepalldocs
parentcdcde7c2274da95c0b6fddf8750588c89cf2f842 (diff)
downloadportage-ddfd90ccf7aa26c18c29d8aa82c38f384fe3b9a6.tar.gz
portage-ddfd90ccf7aa26c18c29d8aa82c38f384fe3b9a6.tar.bz2
portage-ddfd90ccf7aa26c18c29d8aa82c38f384fe3b9a6.zip
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
Diffstat (limited to 'bin/prepalldocs')
-rwxr-xr-xbin/prepalldocs2
1 files changed, 2 insertions, 0 deletions
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