aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}