Fix >& csh-ism

This commit is contained in:
Bruce Momjian 2000-01-19 17:18:12 +00:00
parent 560e196bdd
commit 0679a2c30e
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ AC_SUBST(BACKSLASH_C)
AC_PROG_LEX
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
AC_MSG_WARN([
***