From: Felix Fietkau Date: Sat, 20 Jan 2007 01:17:28 +0000 (+0000) Subject: always return true in rstrip.sh X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f0d41ad105f1b8394435aa5d1cf082232451b0d2;p=lede.git always return true in rstrip.sh SVN-Revision: 6132 --- diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 09a2f9f551..252522bfaa 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 )