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/prepstrip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/prepstrip') diff --git a/bin/prepstrip b/bin/prepstrip index d903a649e..46d051d3f 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -14,9 +14,9 @@ then fi STRIP=${STRIP:-${CHOST}-strip} -type -p -- ${STRIP} > /dev/null || STRIP=strip +type -P -- ${STRIP} > /dev/null || STRIP=strip OBJCOPY=${OBJCOPY:-${CHOST}-objcopy} -type -p -- ${OBJCOPY} > /dev/null || OBJCOPY=objcopy +type -P -- ${OBJCOPY} > /dev/null || OBJCOPY=objcopy export PORTAGE_STRIP_FLAGS=${PORTAGE_STRIP_FLAGS:---strip-unneeded} -- cgit v1.2.3-1-g7c22