diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 09a2f9f551..252522bfaa 100755 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \ eval "$STRIP_KMOD $F" || \ eval "$STRIP $F" done + true )