projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939ccf7
)
Fix inaccurate comment in process_user_id function.
author
Jameson Graef Rollins
<jrollins@phys.columbia.edu>
Fri, 1 Aug 2008 02:01:52 +0000
(19:01 -0700)
committer
Jameson Graef Rollins
<jrollins@phys.columbia.edu>
Fri, 1 Aug 2008 02:01:52 +0000
(19:01 -0700)
src/common
patch
|
blob
|
history
diff --git
a/src/common
b/src/common
index 1e8f23c0ca97de6ed2c17b98ecc40e0661ce68bd..e281de4eae92bb22132995ca17ac26cf0b6b0252 100644
(file)
--- a/
src/common
+++ b/
src/common
@@
-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