From ae08980a1ac516729c2a7243ebe8edec2d3865d5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 8 May 2008 17:08:48 +0000 Subject: Bug #220775 - Source isolated-functions.sh before trying to call vecho. (trunk r10235) svn path=/main/branches/2.1.2/; revision=10236 --- bin/dodoc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-65-gdbad