From f0d41ad105f1b8394435aa5d1cf082232451b0d2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 20 Jan 2007 01:17:28 +0000 Subject: [PATCH] always return true in rstrip.sh SVN-Revision: 6132 --- scripts/rstrip.sh | 1 + 1 file changed, 1 insertion(+) 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 )