bashism
authorng0 <ng0@n0.is>
Sat, 9 Mar 2019 11:51:15 +0000 (11:51 +0000)
committerng0 <ng0@n0.is>
Sat, 9 Mar 2019 11:51:15 +0000 (11:51 +0000)
src/gns/test_gnunet_gns.sh

index f6b4e721ab52ca8edadfcbc520f5b50b82dff709..7e0b4b5c5663b99f14490c1c06168ddc70c1eaec 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/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`