From 7e540a0b6f20db922c238f8a8881ffb8e5657350 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 May 2016 10:30:09 +0200 Subject: [PATCH] add sha256sum support for Mac OS X --- 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 90bcd835..83f9d261 100755 --- a/zcutil/fetch-params.sh +++ b/zcutil/fetch-params.sh @@ -85,7 +85,7 @@ cd "$PARAMS_DIR" # Now verify their hashes: echo 'Verifying parameter file integrity via sha256sum...' -sha256sum --check - <