some more pruning of unnecessary usage of cat for the gnupg scripts.
[monkeysphere.git] / src / share / mh / add_hostname
index b08d688a91f1230f983439259c2aaab9aabf4128..36f174de9049f433b13e068aa12d11a22a036be8 100644 (file)
@@ -43,14 +43,12 @@ else
 fi
 
 # edit-key script command to add user ID
-adduidCommand=$(cat <<EOF
-adduid
+adduidCommand="adduid
 $userID
 
 
-save
-EOF
-)
+save"
+# end script
 
 # execute edit-key script
 if echo "$adduidCommand" | gpg_host_edit ; then