Re: [PATCH] Use -c instead of check for sha512sum

2019-03-10 Thread Segher Boessenkool
Hi Tommy, On Sat, Mar 09, 2019 at 06:48:07AM -0500, Tommy Nguyen wrote: > Busybox doesn't support "check", which is an alias for "-c" in > coreutils. Tested on Alpine Edge and Fedora 29. > > 2019-03-09 Tommy Nguyen > > PR contrib/82704 > * contrib/download_prerequisites: Use -c instea

[PATCH] Use -c instead of check for sha512sum

2019-03-09 Thread Tommy Nguyen
Busybox doesn't support "check", which is an alias for "-c" in coreutils. Tested on Alpine Edge and Fedora 29. 2019-03-09 Tommy Nguyen PR contrib/82704 * contrib/download_prerequisites: Use -c instead of check for sha512sum --- contrib/download_prerequisites | 2 +- 1 file changed