X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fshell.sh;h=6389304c24bdd7f798b3a71f957dbfaad9cfa3e5;hb=cea7c66ef873f1f5912aa2ea3305acf8ac61f6f4;hp=634beedcef3e17d351f440a765c251ae16f50737;hpb=6f16d961a588782f22f54775194a1e66a1ffeb53;p=oweals%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}' }