aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-08-09 01:22:29 +0000
committerrhatto <rhatto>2005-08-09 01:22:29 +0000
commitd514b812d1b3645315056c39ab962cf53454ac8f (patch)
tree0387bf385e38166901deadf4e4c50da84c09656c
parent8bb6f15a4347df9866734f92ac00f313b7fc11ae (diff)
downloadfirma-d514b812d1b3645315056c39ab962cf53454ac8f.tar.gz
firma-d514b812d1b3645315056c39ab962cf53454ac8f.tar.bz2
typo
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index a4f9e14..0093899 100755
--- a/firma
+++ b/firma
@@ -151,7 +151,7 @@ $(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null)" | sed -e 's/
((++n))
done
-echo -e "${LIST_MESSAGE[@]}") | $MAIL $MAIL_ARGS
+echo -e "${LIST_MESSAGE[@]}" | $MAIL $MAIL_ARGS
}