Browse Source

always return true in rstrip.sh

SVN-Revision: 6132
Felix Fietkau 19 years ago
parent
commit
f0d41ad105
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/rstrip.sh

+ 1 - 0
scripts/rstrip.sh

@@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \
 		eval "$STRIP_KMOD $F" || \
 		eval "$STRIP $F"
   done
+  true
 )