X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fshell.sh;h=6389304c24bdd7f798b3a71f957dbfaad9cfa3e5;hb=42a3d7811f7cb3ec69f35e0e157364f511c439bd;hp=634beedcef3e17d351f440a765c251ae16f50737;hpb=d4754e1eb5ac024d7a8d649aa8b01c85a9e34649;p=openwrt%2Fopenwrt.git diff --git a/include/shell.sh b/include/shell.sh index 634beedcef..6389304c24 100644 --- a/include/shell.sh +++ b/include/shell.sh @@ -32,6 +32,6 @@ trapret() {( md5s() { cat "$@" | ( md5sum 2>/dev/null || - md5 + md5 ) | awk '{print $1}' }