gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit da9e0e9dd9c2b267e6b3761cb9fe4ca7de178f45
parent 31dd147880c42f94b525fab0021b0eded6c8d24c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Aug 2013 17:17:38 +0000

-relative path


Diffstat:
Msrc/fs/test_gnunet_fs_ns.py.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fs/test_gnunet_fs_ns.py.in b/src/fs/test_gnunet_fs_ns.py.in @@ -37,7 +37,7 @@ if os.name == 'posix': publish = './gnunet-publish' unindex = './gnunet-unindex' search = './gnunet-search' - identity = './gnunet-identity' + identity = 'gnunet-identity' elif os.name == 'nt': pseudonym = './gnunet-pseudonym.exe' gnunetarm = 'gnunet-arm.exe'