X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmonkeysphere-authentication;h=18057e5e32587a48d40c1c20683e65f746424e52;hb=ae4a8d669f21b6006a7902b3dd18f2b3a6a24938;hp=a33de1e56b41e0b3a302a68a0644a81ae8a5ba00;hpb=f54abea9da2be063b0d0ed974f6130b303b2a1c7;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" } ########################################################################