always return true in rstrip.sh
authorFelix Fietkau <nbd@openwrt.org>
Sat, 20 Jan 2007 01:17:28 +0000 (01:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 20 Jan 2007 01:17:28 +0000 (01:17 +0000)
SVN-Revision: 6132

scripts/rstrip.sh

index 09a2f9f5515d735f0af283d26d6abdd4efe90c01..252522bfaa1c718a2adeb5954400a05c1a0f80e5 100755 (executable)
@@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \
                eval "$STRIP_KMOD $F" || \
                eval "$STRIP $F"
   done
+  true
 )