summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-08 17:08:13 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-08 17:08:13 +0000
commit94349dc4919302d200703945933513692bef561b (patch)
treea7551de376dcc4ab63ec9585a220d0df40ba9b03 /bin
parentd5961519d2e94c4087aa0848b1d04499ffbee3df (diff)
downloadportage-94349dc4919302d200703945933513692bef561b.tar.gz
portage-94349dc4919302d200703945933513692bef561b.tar.bz2
portage-94349dc4919302d200703945933513692bef561b.zip
Bug #220775 - Source isolated-functions.sh before trying to call vecho.
svn path=/main/trunk/; revision=10235
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dodoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dodoc b/bin/dodoc
index a9e33c9e4..3b502e920 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