]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
Fix for autotest_result_mail.sh
authorMarjan Schiller <marjan.schiller@profitbricks.com>
Wed, 12 Jun 2013 15:07:23 +0000 (17:07 +0200)
committerMarjan Schiller <marjan.schiller@profitbricks.com>
Wed, 12 Jun 2013 15:07:23 +0000 (17:07 +0200)
autotest_result_mail.sh

index de3be9655a4ef260d491117e8d062d5b19b21d28..066c9b4457f109df794e398539599461462c6258 100755 (executable)
@@ -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."