From 4505eb2b4855df288327682c646b49c67a94f9ba Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Mar 2007 21:52:26 +0000 Subject: make sure we prefix all arguments with $D, including ones that dont start with a / svn path=/main/trunk/; revision=6240 --- bin/dodir | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/dodir') diff --git a/bin/dodir b/bin/dodir index abf76516b..1902c6f38 100755 --- a/bin/dodir +++ b/bin/dodir @@ -3,5 +3,4 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -slash=/ -exec install -d ${DIROPTIONS} "${@/#${slash}/${D}${slash}}" +exec install -d ${DIROPTIONS} "${@/#/${D}/}" -- cgit v1.2.3-1-g7c22