summaryrefslogtreecommitdiffstats
path: root/bin/prepstrip
diff options
context:
space:
mode:
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 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