projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38edaf
)
use usr bin, env is not portable enough either
author
Christian Grothoff
<christian@grothoff.org>
Wed, 21 Apr 2010 06:32:42 +0000
(06:32 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 21 Apr 2010 06:32:42 +0000
(06:32 +0000)
configure.ac
patch
|
blob
|
history
src/fs/test_gnunet_fs_idx.py
patch
|
blob
|
history
src/fs/test_gnunet_fs_ns.py
patch
|
blob
|
history
src/fs/test_gnunet_fs_psd.py
patch
|
blob
|
history
src/fs/test_gnunet_fs_rec.py
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 65539f3dafd6fe92ce467b05023329c2bc0f834c..1a9a3b50cf4c2044c35eb7ff702911198e9b2de7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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
diff --git
a/src/fs/test_gnunet_fs_idx.py
b/src/fs/test_gnunet_fs_idx.py
index 267d9f2a5511e2e6f70f7ee9775f536e45a0ac44..1338d62f878306a1e332571a1e19c03012c31855 100755
(executable)
--- a/
src/fs/test_gnunet_fs_idx.py
+++ b/
src/fs/test_gnunet_fs_idx.py
@@
-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)
#
diff --git
a/src/fs/test_gnunet_fs_ns.py
b/src/fs/test_gnunet_fs_ns.py
index 616b52a29156b100272124134732412e679c4808..1aca4adb05cee1c5d07f8e64a0c5f928009faae8 100755
(executable)
--- a/
src/fs/test_gnunet_fs_ns.py
+++ b/
src/fs/test_gnunet_fs_ns.py
@@
-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)
#
diff --git
a/src/fs/test_gnunet_fs_psd.py
b/src/fs/test_gnunet_fs_psd.py
index bb00ba5d14581134f42a877a5601c8f92bf7c63b..2a14797b959eebf8b6a9b20657536683a53c347d 100755
(executable)
--- a/
src/fs/test_gnunet_fs_psd.py
+++ b/
src/fs/test_gnunet_fs_psd.py
@@
-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)
#
diff --git
a/src/fs/test_gnunet_fs_rec.py
b/src/fs/test_gnunet_fs_rec.py
index 62189af324ba9864af4c6b87aa6df12df5e8f245..0317e470e790c4343211deb026a1ceafd04691a5 100755
(executable)
--- a/
src/fs/test_gnunet_fs_rec.py
+++ b/
src/fs/test_gnunet_fs_rec.py
@@
-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)
#