Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Apr 2010 17:54:45 +0000 (10:54 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 22 Apr 2010 17:54:45 +0000 (10:54 -0700)
<mmokrejs@fold.natur.cuni.cz> for reporting.

bin/ebuild-helpers/doinfo

index 1aaf7fe4c16634395f3288beefd41bb7d0f8bc63..96413aa6a9c7801d83ad56cea4f7fafd9745b6a6 100755 (executable)
@@ -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