blob: 456378ee9a2101236539ea3dd96c2539bdd0a224 [file] [log] [blame]
#!/bin/bash
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
if [[ -z ${PORTAGE_BIN_PATH} ]]; then
PORTAGE_BIN_PATH=$(dirname "$(dirname "$(readlink -f "$0")")")
fi
source "${PORTAGE_BIN_PATH}/isolated-functions.sh"
die "$@"
exit 1