summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fowners')
-rwxr-xr-xbin/fowners5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/fowners b/bin/fowners
index d13cb030..93563554 100755
--- a/bin/fowners
+++ b/bin/fowners
@@ -1,7 +1,6 @@
#!/bin/bash
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-slash=/
-exec chown "${@/#${slash}/${D}${slash}}"
+exec chown "${@/#/${D}/}"