some more pruning of unnecessary usage of cat for the gnupg scripts.
[monkeysphere.git] / src / share / ma / add_certifier
index 544a3f0d18e635ad0e060a21642186d3c263d9e7..402da08e552cdccdf48329f89df4af28aca0fc12 100644 (file)
@@ -153,16 +153,14 @@ gpg_sphere "--export 0x${fingerprint}!" | gpg_core --import
 
 # edit-key script to ltsign key
 # NOTE: *all* user IDs will be ltsigned
-ltsignCommand=$(cat <<EOF
-ltsign
+ltsignCommand="ltsign
 y
 $trustval
 $depth
 $domain
 y
-save
-EOF
-    )
+save"
+# end script
 
 # core ltsigns the newly imported certifier key
 log debug "executing core ltsign script..."