summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-08 17:08:48 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-08 17:08:48 +0000
commitae08980a1ac516729c2a7243ebe8edec2d3865d5 (patch)
tree1ede2c7263c8428f188894d3056aaed12c386547
parentBug #220689 - Fix package selection logic so that it doesn't trigger the (diff)
downloadportage-multirepo-ae08980a1ac516729c2a7243ebe8edec2d3865d5.tar.gz
portage-multirepo-ae08980a1ac516729c2a7243ebe8edec2d3865d5.tar.bz2
portage-multirepo-ae08980a1ac516729c2a7243ebe8edec2d3865d5.zip
Bug #220775 - Source isolated-functions.sh before trying to call vecho.
(trunk r10235) svn path=/main/branches/2.1.2/; revision=10236
-rwxr-xr-xbin/dodoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dodoc b/bin/dodoc
index 0c6b42a0..aa11b7ff 100755
--- a/bin/dodoc
+++ b/bin/dodoc
@@ -4,6 +4,7 @@
# $Id$
if [ $# -lt 1 ] ; then
+ source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
vecho "${0##*/}: at least one argument needed" 1>&2
exit 1
fi