X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmonkeysphere;h=a763151fbdcda814dce35dfdb81982727c710207;hb=8ab97c9c35f502005c23eb7adb3a8a0177f11630;hp=e268058f267fc7f1c030fe25127fdda2ea706ac1;hpb=e3bb810e188cae2d40a5191500a501c85cb93381;p=monkeysphere.git diff --git a/src/monkeysphere b/src/monkeysphere index e268058..a763151 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -3,7 +3,7 @@ # monkeysphere: Monkeysphere client tool # # The monkeysphere scripts are written by: -# Jameson Rollins +# Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # Micah Anderson @@ -276,6 +276,7 @@ case $COMMAND in ;; 'keys-for-userid'|'u') + CHECK_KEYSERVER=${MONKEYSPHERE_CHECK_KEYSERVER:=${CHECK_KEYSERVER:="true"}} keys_for_userid "$@" ;;