summaryrefslogtreecommitdiff
path: root/src/monkeysphere-authentication
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-12 19:10:12 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-12 19:10:12 -0500
commit387848dfa7081364094a71ff70f65bb1cbd83d8b (patch)
tree6df3f2415e02fdb309880f8a59f6fa01112c8993 /src/monkeysphere-authentication
parentc27c0ad208919590a118d5f271d28b044beea9bb (diff)
fix some calls to gpg_sphere that where not putting all arguments into a single argument, as required by the strange su requirements.
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-xsrc/monkeysphere-authentication2
1 files changed, 1 insertions, 1 deletions
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"
}
########################################################################