diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-31 19:01:52 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-31 19:01:52 -0700 |
commit | 3a1f327ccfa3bb1df72bdc03ea2336956647ec21 (patch) | |
tree | a8015c195965a7749d2d010d6a6b749fc3fbe58a /src | |
parent | 939ccf7fcc6a0e7786bb414c993c9e81e6c65b06 (diff) |
Fix inaccurate comment in process_user_id function.
Diffstat (limited to 'src')
-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 |