From: Zac Medico Date: Thu, 8 May 2008 17:08:48 +0000 (-0000) Subject: Bug #220775 - Source isolated-functions.sh before trying to call vecho. X-Git-Tag: v2.1.5~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae08980a1ac516729c2a7243ebe8edec2d3865d5;p=portage.git Bug #220775 - Source isolated-functions.sh before trying to call vecho. (trunk r10235) svn path=/main/branches/2.1.2/; revision=10236 --- diff --git a/bin/dodoc b/bin/dodoc index 0c6b42a02..aa11b7ff5 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