X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b1c736c4bd275c085525f32dd18221ea9d5cc1fb..0634ad3b282481a980e7791af560491e662ec426:/scripts/rstrip.sh?ds=sidebyside 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 )