diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 01:17:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 01:17:28 +0000 |
commit | dd50b9fc361e8f79b5555f118aac80126eec7631 (patch) | |
tree | 2174a7d573bfe181517ae7b16e6ca72edb75040a /scripts | |
parent | e179cfcc9aecc3b16e8f7568b9fbf3942c4cc115 (diff) | |
download | master-187ad058-dd50b9fc361e8f79b5555f118aac80126eec7631.tar.gz master-187ad058-dd50b9fc361e8f79b5555f118aac80126eec7631.tar.bz2 master-187ad058-dd50b9fc361e8f79b5555f118aac80126eec7631.zip |
always return true in rstrip.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6132 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rstrip.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |