From ef27a878c304f3a6f184ff1e58cf7dbc4dfbf9c1 Mon Sep 17 00:00:00 2001 From: Marjan Schiller Date: Wed, 12 Jun 2013 17:06:15 +0200 Subject: [PATCH] Fix for autotest_result_mail.sh --- autotest_result_mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index 4a9a589..de3be96 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -40,7 +40,7 @@ echo "Mailcontent: $MAIL_CONTENT" # # send announcement mail # -cat $MAIL_CONTENT | /usr/sbin/sendmail -t +cat '$MAIL_CONTENT' | /usr/sbin/sendmail -t echo echo "Ok, announcement mail sent." -- 2.39.5