diff options
Diffstat (limited to 'scripts/rstrip.sh')
-rwxr-xr-x | scripts/rstrip.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |