D5269: tests: sniff for /usr/local/bin/gmake and use it in test-fuzz-targets.t

Yuya Nishihara yuya at tcha.org
Wed Nov 28 06:28:36 EST 2018


> +  $ GMAKE=`which gmake`
> +  $ if [ -x $GMAKE ] ; then

Need to check whether `"$GMAKE"` is empty or not. And `which gmake` may
fail with 1.


More information about the Mercurial-devel mailing list