zcash-patched-for-explorer/zcutil
zkbot 73779d8c6d Auto merge of #1888 - mvrilo:busybox-sha256sum, r=daira
Fix sha256sum on busybox

Busybox's version of `sha256sum` doesn't support `--check` parameter

```
/usr/bin/sha256sum: unrecognized option: check
BusyBox v1.24.2 (2016-08-12 14:38:34 GMT) multi-call binary.

Usage: sha256sum [-c[sw]] [FILE]...

Print or check SHA256 checksums

	-c	Check sums against list in FILEs
	-s	Don't output anything, status code shows success
	-w	Warn about improperly formatted checksum lines
The command '/bin/sh -c ./zcutil/fetch-params.sh' returned a non-zero code: 1```
2017-02-20 14:08:51 +00:00
..
build-debian-package.sh Generate Debian control file to fix shlibs lint 2017-01-17 01:55:50 +01:00
build.sh Add compile flag to disable compilation of mining code 2017-01-30 21:14:46 +01:00
cleanup-tags.sh A script to remove "unofficial" tags from a remote, such as github. 2016-05-30 16:54:23 -07:00
fetch-params.sh Fix sha256sum on busybox by using -c instead of --check 2016-11-20 16:04:51 -02:00
release-notes.py Fix bug in release process tool: bad regex in zcutil/release-notes.py. 2017-02-10 12:50:01 -08:00