summaryrefslogtreecommitdiff
path: root/bin/dodir
blob: abf76516b655145f7a3abbfb5b5c6649d4707fef (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$

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