aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_txt_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-12 17:12:30 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-12 17:12:30 +0100
commitbd518bdba264f3d5c489c83978de120be7444139 (patch)
treeb1788b10746d2cb85c6eda3bd695a706b12a5099 /src/gns/test_gns_txt_lookup.sh
parentb02f87bb1c651d42e0477f9459d6919cad294d8c (diff)
downloadgnunet-bd518bdba264f3d5c489c83978de120be7444139.tar.gz
gnunet-bd518bdba264f3d5c489c83978de120be7444139.zip
trap expects INT, not SIGINT
Diffstat (limited to 'src/gns/test_gns_txt_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_txt_lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_txt_lookup.sh b/src/gns/test_gns_txt_lookup.sh
index b0c9144c2..5956d8bc7 100755
--- a/src/gns/test_gns_txt_lookup.sh
+++ b/src/gns/test_gns_txt_lookup.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# This file is in the public domain. 2# This file is in the public domain.
3trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT 3trap "gnunet-arm -e -c test_gns_lookup.conf" INT
4 4
5LOCATION=$(which gnunet-config) 5LOCATION=$(which gnunet-config)
6if [ -z $LOCATION ] 6if [ -z $LOCATION ]