X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frstrip.sh;h=252522bfaa1c718a2adeb5954400a05c1a0f80e5;hb=60d35c269d649bba19f888daf3617b5ffde58ee8;hp=09a2f9f5515d735f0af283d26d6abdd4efe90c01;hpb=c0c7dc2586275010304d2295140e4027f5eb9afa;p=openwrt-10.03%2F.git diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 09a2f9f55..252522bfa 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 )