summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
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 bf1d0139b..fd192b0e7 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