Skip to content

ensure make uses bash

Hack Jealousy requested to merge (removed):master into master

We ran into this during testnet 1 as well. It appears that MacOS make defaults to bash while Linux make defaults too sh. This change should fix things. (Unless bash isn't in /bin/bash... Please test in MacOS before you include. Probably "SHELL:=bash" is just better than "SHELL:=/bin/bash", I just haven't tested it.)

Merge request reports