diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 03:32:18 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 03:32:18 -0500 |
commit | a66c00cfa6443c1ed027e796b47132df64a91b7d (patch) | |
tree | cbfde342414946cf4645a0975abb88c3367996fe | |
parent | 4a97e06ea70447334f5dfeecb389fe7bdc27e627 (diff) |
more think-os in the 0.23 transition script.
-rwxr-xr-x | src/transitions/0.23 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transitions/0.23 b/src/transitions/0.23 index cd01662..b1247cf 100755 --- a/src/transitions/0.23 +++ b/src/transitions/0.23 @@ -64,7 +64,7 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then # than one, but we'll transfer all tsigs made by any key that # had been given ultimate ownertrust): for authgrip in $(GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --export-ownertrust | \ - grep ':6:$' + grep ':6:$' | \ sed -r 's/^[A-F0-9]{24}([A-F0-9]{16}):6:$/\1/') ; do # we're assuming that old id certifiers were only added by old |