summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-16 01:16:50 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-16 01:16:50 +0000
commit8088ca8bbe6b202f7377b28ef29292ebe4aa97ca (patch)
treeec3844cda30d723551a6fc63c95acea5a8b97dbc /bin/etc-update
parentmisc style fixes (trunk r6400:6401) (diff)
downloadportage-multirepo-8088ca8bbe6b202f7377b28ef29292ebe4aa97ca.tar.gz
portage-multirepo-8088ca8bbe6b202f7377b28ef29292ebe4aa97ca.tar.bz2
portage-multirepo-8088ca8bbe6b202f7377b28ef29292ebe4aa97ca.zip
convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4
svn path=/main/branches/2.1.2/; revision=6414
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index ab376b83..742aed1b 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -10,7 +10,7 @@
# Leo Lipelis <aeoo@gentoo.org>
# Karl Trygve Kalleberg <karltk@gentoo.org>
-if type -p gsed >/dev/null ; then
+if type -P gsed >/dev/null ; then
function sed() { gsed "$@"; }
fi