gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11110 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r11110 - gnunet
Date: Wed, 28 Apr 2010 19:11:41 +0200

Author: grothoff
Date: 2010-04-28 19:11:41 +0200 (Wed, 28 Apr 2010)
New Revision: 11110

Modified:
   gnunet/configure.ac
Log:
fix

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2010-04-28 16:43:58 UTC (rev 11109)
+++ gnunet/configure.ac 2010-04-28 17:11:41 UTC (rev 11110)
@@ -486,7 +486,7 @@
 
 # check for python & pexpect (used for some testcases only)
 AC_MSG_CHECKING([for python and pexpect])
-/usr/bin/python -c "import pexpect" &> /dev/null
+/usr/bin/python -c "import pexpect" >& /dev/null
 PYEX=$?
 AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
 if test $PYEX -eq 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]