X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere-authentication;h=18057e5e32587a48d40c1c20683e65f746424e52;hb=387848dfa7081364094a71ff70f65bb1cbd83d8b;hp=a33de1e56b41e0b3a302a68a0644a81ae8a5ba00;hpb=c27c0ad208919590a118d5f271d28b044beea9bb;p=monkeysphere.git diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index a33de1e..18057e5 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -101,7 +101,7 @@ core_fingerprint() { gpg_core_sphere_sig_transfer() { log debug "exporting core local sigs to sphere..." gpg_core --export-options export-local-sigs --export | \ - gpg_sphere --import-options import-local-sigs --import + gpg_sphere "--import-options import-local-sigs --import" } ########################################################################