summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-07-31 19:01:52 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-07-31 19:01:52 -0700
commit3a1f327ccfa3bb1df72bdc03ea2336956647ec21 (patch)
treea8015c195965a7749d2d010d6a6b749fc3fbe58a /src
parent939ccf7fcc6a0e7786bb414c993c9e81e6c65b06 (diff)
Fix inaccurate comment in process_user_id function.
Diffstat (limited to 'src')
-rw-r--r--src/common2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common b/src/common
index 1e8f23c..e281de4 100644
--- 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