From 9e3255786c36e163ea25e44cbacf1409c843ced1 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Mar 2019 11:51:15 +0000 Subject: [PATCH] bashism --- src/gns/test_gnunet_gns.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -#!/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` -- 2.25.1