aboutsummaryrefslogtreecommitdiff
blob: a15cec7f26db2ef053bc5390498a4c32e5120da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

if [[ $# -lt 1 ]] ; then
	source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
	__helpers_die "${0##*/}: at least one argument needed"
	exit 1
fi

_E_INSDESTTREE_='/etc/env.d/' exec doins "$@"