blob: f14b951041003cc3da39da3c61d93d5a11363227 [file] [log] [blame]
#!/bin/bash
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
if [[ $# -lt 1 ]] ; then
__helpers_die "${0##*/}: at least one argument needed"
exit 1
fi
export _E_INSDESTTREE_='/etc/env.d/'
if ___eapi_has_DESTTREE_INSDESTTREE; then
export INSDESTTREE=${_E_INSDESTTREE_}
fi
exec doins "$@"