1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix >& csh-ism

This commit is contained in:
Bruce Momjian 2000-01-19 17:18:12 +00:00
parent 560e196bdd
commit 0679a2c30e

View File

@ -552,7 +552,7 @@ AC_SUBST(BACKSLASH_C)
AC_PROG_LEX AC_PROG_LEX
if test "$LEX" = "flex"; then if test "$LEX" = "flex"; then
$LEX --version 2> /dev/null | grep -s '2\.5\.3' >& /dev/null $LEX --version 2> /dev/null | grep -s '2\.5\.3' > /dev/null 2>&1
if test $? -eq 0 ; then if test $? -eq 0 ; then
AC_MSG_WARN([ AC_MSG_WARN([
*** ***