diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-31 22:55:59 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-31 22:55:59 -0400 |
commit | b5df4f6f51830558e50061922b659c14b8d4d9e0 (patch) | |
tree | 8a10c611762b9835323d6d16470a44ab3a9b4ad0 | |
parent | 91f299c44f20f913ac5309a67d6cf9162c101810 (diff) | |
parent | 3a1f327ccfa3bb1df72bdc03ea2336956647ec21 (diff) |
Merge commit 'jrollins/master'
-rw-r--r-- | src/common | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -319,8 +319,6 @@ process_user_id() { fi # loop over all lines in the gpg output and process. - # need to do it this way (as opposed to "while read...") so that - # variables set in loop will be visible outside of loop echo "$gpgOut" | cut -d: -f1,2,5,10,12 | \ while IFS=: read -r type validity keyid uidfpr usage ; do # process based on record type |