diff options
-rwxr-xr-x | bin/prepalldocs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/prepalldocs b/bin/prepalldocs index cd1328e5f..c9509d1ff 100755 --- a/bin/prepalldocs +++ b/bin/prepalldocs @@ -3,6 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + if [[ -n $1 ]] ; then vecho "${0##*/}: invalid usage; takes no arguments" 1>&2 fi |