From 3fb1ca81c47d214f27d95c11708ac4e259faeba5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Apr 2010 10:54:45 -0700 Subject: Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ for reporting. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/ebuild-helpers/doinfo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild-helpers/doinfo b/bin/ebuild-helpers/doinfo index 1aaf7fe4..96413aa6 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 -- cgit v1.2.3-65-gdbad