X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fshell.sh;h=6ee0cf6030ac5e0a71d7be1c2438c58ee9724caf;hp=8f6f6f04bb414e5dc24851d6dceefe8d282782f4;hb=88ba41453dbc65e1d5d596073d66bdf2e59a43a1;hpb=15d8d9c271507cd272b264e0bf9deb20030723a2 diff --git a/include/shell.sh b/include/shell.sh index 8f6f6f04bb..6ee0cf6030 100644 --- a/include/shell.sh +++ b/include/shell.sh @@ -13,10 +13,3 @@ isset() { eval "var=\"\${$1}\"" [ -n "$var" ] } - -md5s() { - cat "$@" | ( - md5sum 2>/dev/null || - md5 - ) | awk '{print $1}' -}