From: Zac Medico Date: Thu, 22 Apr 2010 17:54:45 +0000 (-0700) Subject: Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ X-Git-Tag: v2.2_rc68~648 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fb1ca81c47d214f27d95c11708ac4e259faeba5;p=portage.git Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ for reporting. --- diff --git a/bin/ebuild-helpers/doinfo b/bin/ebuild-helpers/doinfo index 1aaf7fe4c..96413aa6a 100755 --- a/bin/ebuild-helpers/doinfo +++ b/bin/ebuild-helpers/doinfo @@ -1,7 +1,9 @@ #!/bin/bash -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + if [[ -z $1 ]] ; then vecho "${0##*/}: at least one argument needed" exit 1