summaryrefslogtreecommitdiffstats
path: root/bin/dodir
blob: bc4f7f5794be45234343e45397be4895b7cc3205 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/dodir,v 1.5 2004/10/04 13:56:50 vapier Exp $

slash=/
exec install -d ${DIROPTIONS} "${@/#${slash}/${D}${slash}}"