always return true in rstrip.sh
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jan 2007 01:17:28 +0000 (01:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jan 2007 01:17:28 +0000 (01:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6132 3c298f89-4303-0410-b956-a3cf2f4a3e73

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
 )