From bd518bdba264f3d5c489c83978de120be7444139 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Dec 2019 17:12:30 +0100 Subject: trap expects INT, not SIGINT --- src/gns/test_gns_soa_lookup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns/test_gns_soa_lookup.sh') diff --git a/src/gns/test_gns_soa_lookup.sh b/src/gns/test_gns_soa_lookup.sh index c5b049b72..4ae7c7e91 100755 --- a/src/gns/test_gns_soa_lookup.sh +++ b/src/gns/test_gns_soa_lookup.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is in the public domain. -trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT +trap "gnunet-arm -e -c test_gns_lookup.conf" INT LOCATION=$(which gnunet-config) if [ -z $LOCATION ] -- cgit v1.2.3