aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 14:26:28 +0000
committerrhatto <rhatto>2006-10-12 14:26:28 +0000
commitab150a835e0cdf42eb1b32c55d0767ce6b08ba18 (patch)
tree804faa099e7eea44bdc2f196f6ec3b11e7ae792e /firma
parentaa7adf29f5eb261166bd58fdd974a530cfb0906f (diff)
downloadfirma-ab150a835e0cdf42eb1b32c55d0767ce6b08ba18.tar.gz
firma-ab150a835e0cdf42eb1b32c55d0767ce6b08ba18.tar.bz2
SendListPubkey small fix
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index dbef48a..43fed8b 100755
--- a/firma
+++ b/firma
@@ -1655,7 +1655,7 @@ $MESSAGE_BODY
MimeWrapMessage
# send message
- echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS $recipients
+ echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS $RECIPIENTS
done
AdminLog "List pubkey sent to $keys."