aboutsummaryrefslogtreecommitdiff
blob: 38cf58234a08f6e2a5ad654187b4f71de47479c6 (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/conf.d/' exec doins "$@"