fix some calls to gpg_sphere that where not putting all arguments into a single argum...
[monkeysphere.git] / src / monkeysphere-authentication
index a33de1e56b41e0b3a302a68a0644a81ae8a5ba00..18057e5e32587a48d40c1c20683e65f746424e52 100755 (executable)
@@ -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"
 }
 
 ########################################################################