Fix [install]check in interfaces/libpq/Makefile
authorAlvaro Herrera <[email protected]>
Fri, 22 Jul 2022 18:15:11 +0000 (20:15 +0200)
committerAlvaro Herrera <[email protected]>
Fri, 22 Jul 2022 18:15:11 +0000 (20:15 +0200)
commit0f39b70a6f3664036d527fb04ba709d363072a2e
treee7e26073f4232a1d8ef906c0fa3ff909d793d244
parent83011ce7d7f42b744a93d2b0819597d0aa94e9cc
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 <[email protected]>
Discussion: https://postgr.es/m/20220720172321[email protected]
src/interfaces/libpq/Makefile