projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f9ece
)
always return true in rstrip.sh
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Jan 2007 01:17:28 +0000
(
01:17
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Jan 2007 01:17:28 +0000
(
01:17
+0000)
SVN-Revision: 6132
scripts/rstrip.sh
patch
|
blob
|
history
diff --git
a/scripts/rstrip.sh
b/scripts/rstrip.sh
index 09a2f9f5515d735f0af283d26d6abdd4efe90c01..252522bfaa1c718a2adeb5954400a05c1a0f80e5 100755
(executable)
--- 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
)