diff options
-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 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 |