find: use -follow instead of -L, some systems don't support -L
[openwrt.git] / include / shell.sh
index db41003..f6be6c5 100644 (file)
@@ -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.019949 seconds and 4 git commands to generate.