From cdf1a5acbfc09742c3d04de038722b273381f78d Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Wed, 6 Oct 2010 17:37:54 -0400 Subject: Fix more calls to gpg_shere, finishing what was started in 90166e0bb8e4ebc1c1174d9bc2021c604b7a1bd7 There were another calls to gpg_sphere that were packing everything into a single argument. Since we fixed the need to do that, we fix all these other calls that were fixed in the first round. --- src/share/ma/remove_certifier | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/share/ma/remove_certifier') diff --git a/src/share/ma/remove_certifier b/src/share/ma/remove_certifier index 51c7ee7..9f5be25 100644 --- a/src/share/ma/remove_certifier +++ b/src/share/ma/remove_certifier @@ -37,12 +37,12 @@ else fi # delete the requested key from the sphere keyring -if gpg_sphere "--delete-key --batch --yes 0x${keyID}!" ; then +if gpg_sphere --delete-key --batch --yes "0x${keyID}!" ; then # delete key from core keyring as well gpg_core --delete-key --batch --yes "0x${keyID}!" # update the trustdb for the authentication keyring - gpg_sphere "--check-trustdb" + gpg_sphere --check-trustdb log info "Identity certifier removed." else -- cgit v1.2.3