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:
3295536
)
bug #1547
author
Mike Baker
<mbm@openwrt.org>
Tue, 3 Apr 2007 15:55:42 +0000
(15:55 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 3 Apr 2007 15:55:42 +0000
(15:55 +0000)
SVN-Revision: 6851
include/shell.sh
patch
|
blob
|
history
diff --git
a/include/shell.sh
b/include/shell.sh
index db4100326277cce3c16e7f9cbb31b57f5bd1c591..f6be6c526f26fb489cc660d7201bce3c3a1117b7 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 "$@"
}