-fix missing '
[oweals/gnunet.git] / contrib / gnunet-gns-import.sh
index d1edbd432ae0b7e6b7889a52eede79c74b72d006..bacc6eb9d12208ea0a31fe85e391853e8e1638a7 100755 (executable)
@@ -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