summaryrefslogtreecommitdiffstats
path: root/bin/fowners
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fowners')
-rwxr-xr-xbin/fowners9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/fowners b/bin/fowners
deleted file mode 100755
index 766266a13..000000000
--- a/bin/fowners
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# we can't prefix all arguments because
-# chown takes random options
-slash="/"
-exec chown "${@/#${slash}/${D}${slash}}"