From ad1dec32204bc3ed7e0e5977153b89d8f27bde55 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Tue, 23 May 2006 17:51:57 +0000 Subject: Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135 svn path=/main/trunk/; revision=3403 --- bin/prepstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/prepstrip') 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 -- cgit v1.2.3-1-g7c22