From 690fe8571a827cbe0e807b9c396f0d134d35481e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Sep 2012 14:43:13 -0700 Subject: dodoc: source isolated-functions.sh earlier This is needed since commit ab46499322311c1faa710c63d0a5339e49a9061a. --- bin/ebuild-helpers/dodoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ebuild-helpers/dodoc b/bin/ebuild-helpers/dodoc index bba790384..c551735eb 100755 --- a/bin/ebuild-helpers/dodoc +++ b/bin/ebuild-helpers/dodoc @@ -2,6 +2,8 @@ # Copyright 1999-2012 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 ___eapi_dodoc_supports_-r; then exec \ env \ @@ -9,8 +11,6 @@ if ___eapi_dodoc_supports_-r; then doins "$@" fi -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh - if [ $# -lt 1 ] ; then __helpers_die "${0##*/}: at least one argument needed" exit 1 -- cgit v1.2.3-1-g7c22