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