From 8088ca8bbe6b202f7377b28ef29292ebe4aa97ca Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 16 Apr 2007 01:16:50 +0000 Subject: convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411) svn path=/main/branches/2.1.2/; revision=6414 --- bin/etc-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/etc-update') diff --git a/bin/etc-update b/bin/etc-update index ab376b83c..742aed1b5 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -10,7 +10,7 @@ # Leo Lipelis # Karl Trygve Kalleberg -if type -p gsed >/dev/null ; then +if type -P gsed >/dev/null ; then function sed() { gsed "$@"; } fi -- cgit v1.2.3-1-g7c22