X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fcommon;h=9d7deb7c6251c7ab989f53b49e29fc6e69b6971d;hb=refs%2Ftags%2Fmonkeysphere_0.10-1;hp=54ea9cb98c51a84200c3858f1e6666daef2ad7a4;hpb=d8ece7d101fb16c99dfcc1224cc48f2c9cd4024d;p=monkeysphere.git diff --git a/src/common b/src/common index 54ea9cb..9d7deb7 100644 --- a/src/common +++ b/src/common @@ -425,7 +425,7 @@ process_user_id() { # if the user ID does matches... if [ "$(echo "$uidfpr" | gpg_unescape)" = "$userID" ] ; then # and the user ID validity is ok - if [ "$validity" != 'u' -a "$validity" != 'f' ] ; then + if [ "$validity" = 'u' -o "$validity" = 'f' ] ; then # mark user ID acceptable uidOK=true fi