From: Christian Grothoff Date: Tue, 10 Sep 2013 10:50:24 +0000 (+0000) Subject: -fix missing ' X-Git-Tag: initial-import-from-subversion-38251~7428 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc09ad5a6eb13cd4a20d56af2170f16d53d19bcf;hp=a012cdcb14c71e2a259ac84c13baa9c22c68a0c8;p=oweals%2Fgnunet.git -fix missing ' --- 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