Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0679a2c

Browse files
committed
Fix >& csh-ism
1 parent 560e196 commit 0679a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ AC_SUBST(BACKSLASH_C)
552552

553553
AC_PROG_LEX
554554
if test "$LEX" = "flex"; then
555-
$LEX --version 2> /dev/null | grep -s '2\.5\.3' >& /dev/null
555+
$LEX --version 2> /dev/null | grep -s '2\.5\.3' > /dev/null 2>&1
556556
if test $? -eq 0 ; then
557557
AC_MSG_WARN([
558558
***

0 commit comments

Comments
 (0)