From: Zac Medico Date: Thu, 8 May 2008 17:08:13 +0000 (-0000) Subject: Bug #220775 - Source isolated-functions.sh before trying to call vecho. X-Git-Tag: v2.2_pre7~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94349dc4919302d200703945933513692bef561b;p=portage.git Bug #220775 - Source isolated-functions.sh before trying to call vecho. svn path=/main/trunk/; revision=10235 --- 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