gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29151 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r29151 - gnunet/contrib
Date: Tue, 10 Sep 2013 12:50:24 +0200

Author: grothoff
Date: 2013-09-10 12:50:24 +0200 (Tue, 10 Sep 2013)
New Revision: 29151

Modified:
   gnunet/contrib/gnunet-gns-import.sh
Log:
-fix missing '

Modified: gnunet/contrib/gnunet-gns-import.sh
===================================================================
--- gnunet/contrib/gnunet-gns-import.sh 2013-09-10 10:50:04 UTC (rev 29150)
+++ gnunet/contrib/gnunet-gns-import.sh 2013-09-10 10:50:24 UTC (rev 29151)
@@ -17,9 +17,9 @@
 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 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]