From a66c00cfa6443c1ed027e796b47132df64a91b7d Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Thu, 19 Feb 2009 03:32:18 -0500
Subject: more think-os in the 0.23 transition script.

---
 src/transitions/0.23 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/transitions')

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
-- 
cgit v1.2.3