Fix [install]check in interfaces/libpq/Makefile

The common recipe when TAP tests are disabled doesn't work, because the
libpq-specific recipe wants to define the PATH environment variable, so
the starting '@' is misinterpreted as part of the command instead of
silencing said command.

Fix by setting the environment variable in a way that doesn't interfere
with the recipe.

Reported-by: Justin Pryzby <pry...@telsasoft.com>
Discussion: https://postgr.es/m/20220720172321.gl12...@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f39b70a6f3664036d527fb04ba709d363072a2e

Modified Files
--------------
src/interfaces/libpq/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Reply via email to