diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-23 19:33:54 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-23 19:33:54 -0400 |
commit | 91bf57bac7bed32937c13595044158007e7b5812 (patch) | |
tree | 4e6aaac09c2f1c0a581d3c541b13840b494d6355 /src/common | |
parent | 70cf71b1d716e2ec16fae03cd89da3f088f5f4c4 (diff) | |
parent | abedea11eca1cf2294196cb6cd39d40f4877f7d4 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -109,7 +109,7 @@ translate_ssh_variables() { echo "$path" } -### CONVERTION UTILITIES +### CONVERSION UTILITIES # output the ssh key for a given key ID gpg2ssh() { @@ -263,7 +263,7 @@ process_user_id() { fi requiredPubCapability=$(echo "$requiredCapability" | tr "[:lower:]" "[:upper:]") - # if CHECK_KEYSERVER variable set, check the keyserver + # if CHECK_KEYSERVER variable set to true, check the keyserver # for the user ID if [ "$CHECK_KEYSERVER" = "true" ] ; then gpg_fetch_userid "$userID" |