]> gitweb.fluxo.info Git - firma.git/commitdiff
typo
authorrhatto <rhatto>
Tue, 9 Aug 2005 01:22:29 +0000 (01:22 +0000)
committerrhatto <rhatto>
Tue, 9 Aug 2005 01:22:29 +0000 (01:22 +0000)
firma

diff --git a/firma b/firma
index a4f9e148e0f9e627c9caf3457d27ef7bfa18da2d..00938993e1aecf7ab0b2eed8ba4831a1d1cfaab9 100755 (executable)
--- 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
 
 }