summaryrefslogtreecommitdiffstats
path: root/bin/fowners
blob: 99f0685cb5e29d0d113cd415c046897428f4b98d (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: fowners 1912 2005-08-25 03:54:42Z ferringb $

slash=/
exec chown "${@/#${slash}/${D}${slash}}"