From 3a1f327ccfa3bb1df72bdc03ea2336956647ec21 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Thu, 31 Jul 2008 19:01:52 -0700 Subject: [PATCH] Fix inaccurate comment in process_user_id function. --- src/common | 2 -- 1 file changed, 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 -- 2.25.1