From 80fa48160844ace97727896131c67df78ea4bb61 Mon Sep 17 00:00:00 2001
From: Jameson Graef Rollins <jrollins@finestructure.net>
Date: Sun, 22 Mar 2009 20:11:16 -0400
Subject: some more pruning of unnecessary usage of cat for the gnupg scripts.

---
 src/share/ma/add_certifier | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

(limited to 'src/share/ma')

diff --git a/src/share/ma/add_certifier b/src/share/ma/add_certifier
index 544a3f0..402da08 100644
--- a/src/share/ma/add_certifier
+++ b/src/share/ma/add_certifier
@@ -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..."
-- 
cgit v1.2.3