projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1dcdd6
)
fix think-o in 0.23 transition.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 19 Feb 2009 08:13:50 +0000
(
03:13
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 19 Feb 2009 08:13:50 +0000
(
03:13
-0500)
src/transitions/0.23
patch
|
blob
|
history
diff --git
a/src/transitions/0.23
b/src/transitions/0.23
index e1c9e9e140f9a8bd5ef299d71edc761d00f40e8f..cd0166225405e887ea253d3d2d8f325ed8b97f3e 100755
(executable)
--- 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