summaryrefslogtreecommitdiffstats
path: root/bin/sed
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sed')
-rwxr-xr-xbin/sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sed b/bin/sed
index d4b1d87b2..0a798acb4 100755
--- a/bin/sed
+++ b/bin/sed
@@ -6,7 +6,7 @@ scriptpath="${BASH_SOURCE[0]}"
if [[ -n ${ESED} ]]; then
exec ${ESED} "$@"
-elif type -p gsed > /dev/null ; then
+elif type -P gsed > /dev/null ; then
exec gsed "$@"
else
old_IFS="${IFS}"