Re: [PATCH v3 06/16] Prefer gpg2 in the test suite if available

Subject: Re: [PATCH v3 06/16] Prefer gpg2 in the test suite if available

Date: Wed, 10 Feb 2016 07:54:12 -0400

To: Daniel Kahn Gillmor, Notmuch Mail

Cc:

From: David Bremner


Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:

>  
> +# choose the preferred GnuPG binary:
> +if command -v gpg2 > /dev/null; then
> +    GPG=gpg2
> +else
> +    GPG=gpg
> +fi

It feels like this should maybe be in configure, to centralize the choice
of GPG default. At least, that would be consistent with python / python2

d

Thread: