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:
9eaffe8
)
bashism
author
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 11:51:15 +0000
(11:51 +0000)
committer
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 11:51:15 +0000
(11:51 +0000)
src/gns/test_gnunet_gns.sh
patch
|
blob
|
history
diff --git
a/src/gns/test_gnunet_gns.sh
b/src/gns/test_gnunet_gns.sh
index f6b4e721ab52ca8edadfcbc520f5b50b82dff709..7e0b4b5c5663b99f14490c1c06168ddc70c1eaec 100755
(executable)
--- a/
src/gns/test_gnunet_gns.sh
+++ b/
src/gns/test_gnunet_gns.sh
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
# This file is in the public domain.
LOCATION=$(which gnunet-config)
if [ -z $LOCATION ]
@@
-32,4
+32,5
@@
if [ "$LO" != "Address: 4.5.6.7" ]
then
echo "Fail: $LO"
fi
+# XXX: jobs. a builtin by bash, netbsd sh, maybe leave it be for now.
kill `jobs -p`