提交 c1d5e88b 编写于 作者: B Bruce Momjian

Make pgindent gnu test better.

上级 5bc0d31a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.57 1999/07/20 02:42:19 momjian Exp $ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.58 1999/09/09 19:39:00 momjian Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -147,6 +147,7 @@ USE_TCL= @USE_TCL@ ...@@ -147,6 +147,7 @@ USE_TCL= @USE_TCL@
USE_TK= @USE_TK@ USE_TK= @USE_TK@
USE_PERL= @USE_PERL@ USE_PERL= @USE_PERL@
PERL=perl
# #
# enable native odbc driver support # enable native odbc driver support
......
...@@ -8,8 +8,8 @@ then echo "Go to the src/tools/entab directory and do a 'make' and 'make install ...@@ -8,8 +8,8 @@ then echo "Go to the src/tools/entab directory and do a 'make' and 'make install
echo "Then run $0 again." echo "Then run $0 again."
exit 1 exit 1
fi fi
indent -st -npro </dev/null >/dev/null 2>&1 indent --version </dev/null >/dev/null 2>&1
if [ "$?" -ne 0 ] if [ "$?" -eq 0 ]
then echo "You do not appear to have 'indent' installed on your system." >&2 then echo "You do not appear to have 'indent' installed on your system." >&2
exit 1 exit 1
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册