projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c7dc2
)
always return true in rstrip.sh
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jan 2007 01:17:28 +0000
(
01:17
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jan 2007 01:17:28 +0000
(
01:17
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6132
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/rstrip.sh
patch
|
blob
|
history
diff --git
a/scripts/rstrip.sh
b/scripts/rstrip.sh
index
09a2f9f
..
252522b
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
)
This page took
0.026101 seconds
and
4
git commands to generate.