use usr bin, env is not portable enough either
authorChristian Grothoff <christian@grothoff.org>
Wed, 21 Apr 2010 06:32:42 +0000 (06:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 21 Apr 2010 06:32:42 +0000 (06:32 +0000)
configure.ac
src/fs/test_gnunet_fs_idx.py
src/fs/test_gnunet_fs_ns.py
src/fs/test_gnunet_fs_psd.py
src/fs/test_gnunet_fs_rec.py

index 65539f3dafd6fe92ce467b05023329c2bc0f834c..1a9a3b50cf4c2044c35eb7ff702911198e9b2de7 100644 (file)
@@ -486,7 +486,7 @@ LIBS=$SAVE_LIBS
 
 # 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
index 267d9f2a5511e2e6f70f7ee9775f536e45a0ac44..1338d62f878306a1e332571a1e19c03012c31855 100755 (executable)
@@ -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)
 #
index 616b52a29156b100272124134732412e679c4808..1aca4adb05cee1c5d07f8e64a0c5f928009faae8 100755 (executable)
@@ -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)
 #
index bb00ba5d14581134f42a877a5601c8f92bf7c63b..2a14797b959eebf8b6a9b20657536683a53c347d 100755 (executable)
@@ -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)
 #
index 62189af324ba9864af4c6b87aa6df12df5e8f245..0317e470e790c4343211deb026a1ceafd04691a5 100755 (executable)
@@ -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)
 #