aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-18 10:01:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-18 10:01:31 +0000
commiteb32537f433f17b63a160f855e3f1fa34bb1b2e7 (patch)
tree9224d921a11067893d4738f060c2ae07aa7e643a
parent413d5996ea86e8ced36b201919c9e79b05371acb (diff)
downloadgnunet-eb32537f433f17b63a160f855e3f1fa34bb1b2e7.tar.gz
gnunet-eb32537f433f17b63a160f855e3f1fa34bb1b2e7.zip
-require just sh, not full bash
-rwxr-xr-xsrc/namestore/test_namestore_delete.sh2
-rwxr-xr-xsrc/namestore/test_namestore_lookup.sh2
-rwxr-xr-xsrc/namestore/test_namestore_put.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_delete.sh b/src/namestore/test_namestore_delete.sh
index 5f9a6890a..fb9c2681c 100755
--- a/src/namestore/test_namestore_delete.sh
+++ b/src/namestore/test_namestore_delete.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4 4
diff --git a/src/namestore/test_namestore_lookup.sh b/src/namestore/test_namestore_lookup.sh
index 18b8eed3e..936fb8621 100755
--- a/src/namestore/test_namestore_lookup.sh
+++ b/src/namestore/test_namestore_lookup.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4 4
diff --git a/src/namestore/test_namestore_put.sh b/src/namestore/test_namestore_put.sh
index 4987a9cd3..b359cc69b 100755
--- a/src/namestore/test_namestore_put.sh
+++ b/src/namestore/test_namestore_put.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4 4