mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix missing pgdefine detection in pgrminclude.
This commit is contained in:
parent
f8e41abd8a
commit
8b0f0822fd
|
|
@ -1,7 +1,10 @@
|
||||||
:
|
:
|
||||||
# remove extra #include's
|
# remove extra #include's
|
||||||
|
|
||||||
pgdefine || (echo "pgdefine must be in your PATH" 1>&2; exit 1)
|
if ! pgdefine
|
||||||
|
then echo "pgdefine must be in your PATH" 1>&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# src/tools/pginclude/pgrminclude
|
# src/tools/pginclude/pgrminclude
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user