aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-09 11:51:15 +0000
committerng0 <ng0@n0.is>2019-03-09 11:51:15 +0000
commit9e3255786c36e163ea25e44cbacf1409c843ced1 (patch)
tree4c603dce24050e5628e86aa43e6e81fceaf9f7b6 /src/gns
parent9eaffe89fa9b664faaf5a82351f81167c240fc3b (diff)
downloadgnunet-9e3255786c36e163ea25e44cbacf1409c843ced1.tar.gz
gnunet-9e3255786c36e163ea25e44cbacf1409c843ced1.zip
bashism
Diffstat (limited to 'src/gns')
-rwxr-xr-xsrc/gns/test_gnunet_gns.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/test_gnunet_gns.sh b/src/gns/test_gnunet_gns.sh
index f6b4e721a..7e0b4b5c5 100755
--- a/src/gns/test_gnunet_gns.sh
+++ b/src/gns/test_gnunet_gns.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2# This file is in the public domain. 2# This file is in the public domain.
3LOCATION=$(which gnunet-config) 3LOCATION=$(which gnunet-config)
4if [ -z $LOCATION ] 4if [ -z $LOCATION ]
@@ -32,4 +32,5 @@ if [ "$LO" != "Address: 4.5.6.7" ]
32then 32then
33 echo "Fail: $LO" 33 echo "Fail: $LO"
34fi 34fi
35# XXX: jobs. a builtin by bash, netbsd sh, maybe leave it be for now.
35kill `jobs -p` 36kill `jobs -p`