aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-22 12:30:13 +0000
committerNils Gillmann <ng0@n0.is>2018-05-22 12:30:13 +0000
commita49f708711d299604cbf8ec412f8dc7df1970431 (patch)
tree240e342156cb468df2878509a67fafcd1b6658da /contrib/scripts
parent922a08fc69525cca89463d2ed524e68b1a3abc3a (diff)
downloadgnunet-a49f708711d299604cbf8ec412f8dc7df1970431.tar.gz
gnunet-a49f708711d299604cbf8ec412f8dc7df1970431.zip
+
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/scripts')
-rw-r--r--contrib/scripts/gnunet_janitor.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gnunet_janitor.py.in b/contrib/scripts/gnunet_janitor.py.in
index c4bd00687..91d2a4377 100644
--- a/contrib/scripts/gnunet_janitor.py.in
+++ b/contrib/scripts/gnunet_janitor.py.in
@@ -20,7 +20,7 @@
20# Finds any gnunet processes still running in the system and kills them 20# Finds any gnunet processes still running in the system and kills them
21# 21#
22# gnunet janitor can be used by invoking `make' like this: 22# gnunet janitor can be used by invoking `make' like this:
23# TESTS_ENVIRONMENT='${top_srcdir}/contrib/gnunet_janitor.py &&' make check 23# TESTS_ENVIRONMENT='${top_srcdir}/contrib/scripts/gnunet_janitor.py &&' make check
24 24
25from __future__ import print_function 25from __future__ import print_function
26import os 26import os