make subcommand subfunction that were missed previously
[monkeysphere.git] / src / subcommands / ma / add-certifier
index 3bd800c25cd6ee8cd4f2c6a0899ead07e738bb60..451506d1cecfbc70670ad9d4a8bf366cceb815d0 100755 (executable)
@@ -13,6 +13,8 @@
 # retrieve key from web of trust, import it into the host keyring, and
 # ltsign the key in the host keyring so that it may certify other keys
 
+add_certifier() {
+
 local domain
 local trust
 local depth
@@ -139,3 +141,5 @@ if echo "$ltsignCommand" | \
 else
     failure "Problem adding identify certifier."
 fi
+
+}