Commit 8b0f0822 authored by Bruce Momjian's avatar Bruce Momjian

Fix missing pgdefine detection in pgrminclude.

parent f8e41abd
:
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment