aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 545fcd6..7616f88 100755
--- a/firma
+++ b/firma
@@ -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
}