Remove sets protection code from unmerge().
[portage.git] / bin / doinitd
1 #!/bin/bash
2 # Copyright 1999-2007 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Id$
5
6 if [[ $# -lt 1 ]] ; then
7         echo "$0: at least one argument needed" 1>&2
8         exit 1
9 fi
10
11 exec \
12 env \
13 _E_EXEDESTTREE_="/etc/init.d/" \
14 doexe "$@"