From 11cbb6ebec83d94fa87ddc023250cd9007d76687 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Apr 2007 09:32:30 +0000 Subject: convert `type -p` to `type -P` as noted by grobian svn path=/main/trunk/; revision=6411 --- 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