ping
On 04/04/2017 06:10 PM, Damian Rouson wrote: > All, > > The attached patch modifies the contrib/download_prerequisites script to work > on macOS. > The revised script detects the operating system and adjusts the shasum and > md5 commands > to their expected name and arguments on macOS. The revised script also uses > curl if > wget is not present. macOS ships with curl but not wget. > > Tested on macOS and Lubuntu and Fedora Linux distributions. > > Ok for trunk? > > Damian > > > 2017-04-05 Damian Rouson <dam...@sourceryinstitute.org> > > * download_prerequisites (md5_check): New function emulates Linux > 'md5 --check' on macOS. Modified script for macOS compatibility. >