forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1846202
committed
Fix [install]check in interfaces/libpq/Makefile
The common recipe when TAP tests are disabled doesn't work, because thelibpq-specific recipe wants to define the PATH environment variable, sothe starting '@' is misinterpreted as part of the command instead ofsilencing said command.Fix by setting the environment variable in a way that doesn't interferewith the recipe.Reported-by: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://postgr.es/m/20220720172321.GL12702@telsasoft.com1 parentc2fa113 commit1846202
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| 146 | + | |
| 147 | + | |
146 | 148 |
| |
147 |
| - | |
| 149 | + | |
148 | 150 |
| |
149 | 151 |
| |
150 |
| - | |
| 152 | + | |
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
|
0 commit comments
Comments
(0)