From dc09ad5a6eb13cd4a20d56af2170f16d53d19bcf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Sep 2013 10:50:24 +0000 Subject: [PATCH 1/1] -fix missing ' --- contrib/gnunet-gns-import.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh index d1edbd432..bacc6eb9d 100755 --- a/contrib/gnunet-gns-import.sh +++ b/contrib/gnunet-gns-import.sh @@ -17,9 +17,9 @@ gnunet-identity -e private-zone -s gns-private gnunet-identity -e sks-zone -s fs-sks # Get the public keys as strings (so we can create PKEY records) -MASTER=`gnunet-identity -d | grep master-zone | awk '{print $3}` -SHORT=`gnunet-identity -d | grep short-zone | awk '{print $3}` -PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}` +MASTER=`gnunet-identity -d | grep master-zone | awk '{print $3}'` +SHORT=`gnunet-identity -d | grep short-zone | awk '{print $3}'` +PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}'` # Link short and private zones into master zone gnunet-namestore -z master-zone -a -e never -n private -p -t PKEY -V $PRIVATE -- 2.25.1