]> Git Repo - VerusCoin.git/commit
Auto merge of #1888 - mvrilo:busybox-sha256sum, r=daira
authorzkbot <[email protected]>
Mon, 20 Feb 2017 14:08:51 +0000 (14:08 +0000)
committerzkbot <[email protected]>
Mon, 20 Feb 2017 14:08:51 +0000 (14:08 +0000)
commit73779d8c6de086ca77064dc4326d071a966cef09
tree204f1375c52236037450cf6631567933d7186a2b
parentbe5ac31607befe2ff3796379f94a51c9bf8a6894
parent5ad3193ac8e1b18930bb64e0e06a4c931fb78e23
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```
This page took 0.022283 seconds and 4 git commands to generate.