From 314c59ec10e7e88e556d283c211dbea24f66686a Mon Sep 17 00:00:00 2001 From: Marjan Schiller Date: Wed, 12 Jun 2013 17:07:23 +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 de3be96..066c9b4 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