aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-08-09 00:54:35 +0000
committerrhatto <rhatto>2005-08-09 00:54:35 +0000
commit4dab984783ccc0ded8ce59c93be94cc3e59009b8 (patch)
tree233692ac204bd987dcfab394c62ac43346321df5 /firma
parent492cab690c33296f5172f16d050bd624f8c886ca (diff)
downloadfirma-4dab984783ccc0ded8ce59c93be94cc3e59009b8.tar.gz
firma-4dab984783ccc0ded8ce59c93be94cc3e59009b8.tar.bz2
typo 3!
Diffstat (limited to 'firma')
-rwxr-xr-xfirma4
1 files changed, 2 insertions, 2 deletions
diff --git a/firma b/firma
index 7616f88..ddbd0d3 100755
--- a/firma
+++ b/firma
@@ -140,7 +140,7 @@ $DATE
$(get_gpg_stderr | grep -F 'gpg: Signature made')
$(get_gpg_stderr | grep -F 'gpg: Good signature from')
-$(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null) | sed -e 's/=20$//' | $GPGENCRYPT $1 | while read STDIN; do
+$(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null)" | sed -e 's/=20$//' | $GPGENCRYPT $1 | while read STDIN; do
LIST_MESSAGE[$n]="$STDIN\n"
((++n))
done
@@ -149,7 +149,7 @@ echo -e "From: $LISTNAME
To: $1
Subject: none
-$(echo -e "${LIST_MESSAGE[@]}") | $MAIL $MAIL_ARGS
+$(echo -e "${LIST_MESSAGE[@]}")" | $MAIL $MAIL_ARGS
}