diff options
-rwxr-xr-x | bin/prepstrip | 2 |
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 |