summaryrefslogtreecommitdiff
path: root/src/transitions
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 03:13:50 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 03:13:50 -0500
commit4a97e06ea70447334f5dfeecb389fe7bdc27e627 (patch)
treee225f855c19fd0de6013e30f987a12f9c12d26a6 /src/transitions
parente1dcdd693b854afaddb58c2049585ac9247f69a6 (diff)
fix think-o in 0.23 transition.
Diffstat (limited to 'src/transitions')
-rwxr-xr-xsrc/transitions/0.234
1 files changed, 2 insertions, 2 deletions
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