gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31511 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r31511 - gnunet/src/namestore
Date: Wed, 18 Dec 2013 11:01:31 +0100

Author: grothoff
Date: 2013-12-18 11:01:31 +0100 (Wed, 18 Dec 2013)
New Revision: 31511

Modified:
   gnunet/src/namestore/test_namestore_delete.sh
   gnunet/src/namestore/test_namestore_lookup.sh
   gnunet/src/namestore/test_namestore_put.sh
Log:
-require just sh, not full bash

Modified: gnunet/src/namestore/test_namestore_delete.sh
===================================================================
--- gnunet/src/namestore/test_namestore_delete.sh       2013-12-18 09:59:32 UTC 
(rev 31510)
+++ gnunet/src/namestore/test_namestore_delete.sh       2013-12-18 10:01:31 UTC 
(rev 31511)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 CONFIGURATION="test_namestore_api.conf"
 trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
 

Modified: gnunet/src/namestore/test_namestore_lookup.sh
===================================================================
--- gnunet/src/namestore/test_namestore_lookup.sh       2013-12-18 09:59:32 UTC 
(rev 31510)
+++ gnunet/src/namestore/test_namestore_lookup.sh       2013-12-18 10:01:31 UTC 
(rev 31511)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 CONFIGURATION="test_namestore_api.conf"
 trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
 

Modified: gnunet/src/namestore/test_namestore_put.sh
===================================================================
--- gnunet/src/namestore/test_namestore_put.sh  2013-12-18 09:59:32 UTC (rev 
31510)
+++ gnunet/src/namestore/test_namestore_put.sh  2013-12-18 10:01:31 UTC (rev 
31511)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 CONFIGURATION="test_namestore_api.conf"
 trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
 




reply via email to

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