From: Alec Warner Date: Tue, 23 May 2006 17:51:57 +0000 (-0000) Subject: Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135 X-Git-Tag: v2.1~68 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad1dec32204bc3ed7e0e5977153b89d8f27bde55;p=portage.git Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135 svn path=/main/trunk/; revision=3403 --- diff --git a/bin/prepstrip b/bin/prepstrip index bfee45524..fdf666a7d 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -6,7 +6,7 @@ source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh if hasq nostrip ${FEATURES} ${RESTRICT} || \ - hasq strip RESTRICT + hasq strip ${RESTRICT} then exit 0 fi