diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-04-22 10:54:45 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-04-22 10:54:45 -0700 |
commit | 3fb1ca81c47d214f27d95c11708ac4e259faeba5 (patch) | |
tree | 4fb776aa3fb579a0262eb7f468d0449de5c4ff73 | |
parent | 978994aec411b0a935624d3da10ba0700d603e13 (diff) | |
download | portage-3fb1ca81c47d214f27d95c11708ac4e259faeba5.tar.gz portage-3fb1ca81c47d214f27d95c11708ac4e259faeba5.tar.bz2 portage-3fb1ca81c47d214f27d95c11708ac4e259faeba5.zip |
Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ
<mmokrejs@fold.natur.cuni.cz> for reporting.
-rwxr-xr-x | bin/ebuild-helpers/doinfo | 4 |
1 files changed, 3 insertions, 1 deletions
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 |