From 4a97e06ea70447334f5dfeecb389fe7bdc27e627 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 19 Feb 2009 03:13:50 -0500 Subject: fix think-o in 0.23 transition. --- src/transitions/0.23 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/transitions/0.23 b/src/transitions/0.23 index e1c9e9e..cd01662 100755 --- a/src/transitions/0.23 +++ b/src/transitions/0.23 @@ -56,8 +56,8 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then ### transfer identity certifiers, if they don't already exist in the ### current setup: - if [ monkeysphere-authentication list-identity-certifiers | \ - grep -q '^[A-F0-9]{40}:$' ] ; then + if monkeysphere-authentication list-identity-certifiers | \ + grep -q '^[A-F0-9]{40}:$' ; then log 'There are already certifiers in the new system!\nNot transferring any certifiers.\n' else # get the old host keygrip (don't know why there would be more -- cgit v1.2.3