X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Fshell.sh;fp=include%2Fshell.sh;h=f6be6c526f26fb489cc660d7201bce3c3a1117b7;hp=db4100326277cce3c16e7f9cbb31b57f5bd1c591;hb=9e6e9dbe211ccf9453354ffa9178814c0f549ba0;hpb=5e36436be9dab878de72c10f120440e8be46db38 diff --git a/include/shell.sh b/include/shell.sh index db4100326..f6be6c526 100644 --- 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 "$@" }