gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/04: bashism


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: bashism
Date: Sat, 09 Mar 2019 12:59:35 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit 9e3255786c36e163ea25e44cbacf1409c843ced1
Author: ng0 <address@hidden>
AuthorDate: Sat Mar 9 11:51:15 2019 +0000

    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`

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]