projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e36436
)
bug #1547
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Apr 2007 15:55:42 +0000
(15:55 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Apr 2007 15:55:42 +0000
(15:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6851
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/shell.sh
patch
|
blob
|
history
diff --git
a/include/shell.sh
b/include/shell.sh
index
db41003
..
f6be6c5
100644
(file)
--- a/
include/shell.sh
+++ b/
include/shell.sh
@@
-30,5
+30,5
@@
trapret() {(
)}
md5s() {
- which md5sum 2>&
- >&-
&& md5sum "$@" | awk '{print $1}' || md5 "$@"
+ which md5sum 2>&
1 >/dev/null
&& md5sum "$@" | awk '{print $1}' || md5 "$@"
}
This page took
0.022077 seconds
and
4
git commands to generate.