From 5ad3193ac8e1b18930bb64e0e06a4c931fb78e23 Mon Sep 17 00:00:00 2001 From: Murilo Santana Date: Sun, 20 Nov 2016 16:04:51 -0200 Subject: [PATCH] Fix sha256sum on busybox by using -c instead of --check --- zcutil/fetch-params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh index ac5327ba6..8bb31fc35 100755 --- a/zcutil/fetch-params.sh +++ b/zcutil/fetch-params.sh @@ -28,7 +28,7 @@ function fetch_params { --retry-connrefused --waitretry=3 --timeout=30 \ "$url" - "$SHA256CMD" $SHA256ARGS --check <