summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-05-23 17:51:57 +0000
committerAlec Warner <antarus@gentoo.org>2006-05-23 17:51:57 +0000
commitad1dec32204bc3ed7e0e5977153b89d8f27bde55 (patch)
tree6134b0208d4b13546e8e3987da740e06a29fd0d9 /bin/prepstrip
parentAdd ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user ca... (diff)
downloadportage-multirepo-ad1dec32204bc3ed7e0e5977153b89d8f27bde55.tar.gz
portage-multirepo-ad1dec32204bc3ed7e0e5977153b89d8f27bde55.tar.bz2
portage-multirepo-ad1dec32204bc3ed7e0e5977153b89d8f27bde55.zip
Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135
svn path=/main/trunk/; revision=3403
Diffstat (limited to 'bin/prepstrip')
-rwxr-xr-xbin/prepstrip2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/prepstrip b/bin/prepstrip
index bfee4552..fdf666a7 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