X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c3241962560c5e114f3bbc3e7f1a52917730993e..80c4c68cdd7effe154f9156359aa79e1e9600311:/include/shell.sh?ds=inline 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 "$@" }