X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fshell.sh;h=6389304c24bdd7f798b3a71f957dbfaad9cfa3e5;hb=a4a0fa62d6b6fadc61d9cdfa3ac1aa2438c33e64;hp=634beedcef3e17d351f440a765c251ae16f50737;hpb=d71861b48e76fc0b818acd310eb45419dff107e8;p=openwrt-github%2F.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}' }