X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fshell.sh;h=6389304c24bdd7f798b3a71f957dbfaad9cfa3e5;hb=73a8589c54ff2a133301edacf6545cb0af5cb422;hp=634beedcef3e17d351f440a765c251ae16f50737;hpb=fef278a548b3a72f878a085d888d4852ef49cfd1;p=openwrt.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}' }