gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10998 - in gnunet: . src/fs


From: gnunet
Subject: [GNUnet-SVN] r10998 - in gnunet: . src/fs
Date: Wed, 21 Apr 2010 08:32:42 +0200

Author: grothoff
Date: 2010-04-21 08:32:42 +0200 (Wed, 21 Apr 2010)
New Revision: 10998

Modified:
   gnunet/configure.ac
   gnunet/src/fs/test_gnunet_fs_idx.py
   gnunet/src/fs/test_gnunet_fs_ns.py
   gnunet/src/fs/test_gnunet_fs_psd.py
   gnunet/src/fs/test_gnunet_fs_rec.py
Log:
use usr bin, env is not portable enough either

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2010-04-20 15:15:39 UTC (rev 10997)
+++ gnunet/configure.ac 2010-04-21 06:32:42 UTC (rev 10998)
@@ -486,7 +486,7 @@
 
 # check for python & pexpect (used for some testcases only)
 AC_MSG_CHECKING([for python and pexpect])
-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

Modified: gnunet/src/fs/test_gnunet_fs_idx.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_idx.py 2010-04-20 15:15:39 UTC (rev 10997)
+++ gnunet/src/fs/test_gnunet_fs_idx.py 2010-04-21 06:32:42 UTC (rev 10998)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python 
+#!/usr/bin/python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #

Modified: gnunet/src/fs/test_gnunet_fs_ns.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_ns.py  2010-04-20 15:15:39 UTC (rev 10997)
+++ gnunet/src/fs/test_gnunet_fs_ns.py  2010-04-21 06:32:42 UTC (rev 10998)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python 
+#!/usr/bin/python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #

Modified: gnunet/src/fs/test_gnunet_fs_psd.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_psd.py 2010-04-20 15:15:39 UTC (rev 10997)
+++ gnunet/src/fs/test_gnunet_fs_psd.py 2010-04-21 06:32:42 UTC (rev 10998)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python 
+#!/usr/bin/python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #

Modified: gnunet/src/fs/test_gnunet_fs_rec.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_rec.py 2010-04-20 15:15:39 UTC (rev 10997)
+++ gnunet/src/fs/test_gnunet_fs_rec.py 2010-04-21 06:32:42 UTC (rev 10998)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python 
+#!/usr/bin/python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #





reply via email to

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