From: Marjan Schiller Date: Wed, 12 Jun 2013 14:53:18 +0000 (+0200) Subject: Modified autotest result script X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=36d19e5ecfdf14d811c14be70e760cf2c14602f9;p=profitbricks%2Fjenkins-build-scripts.git Modified autotest result script --- diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index 3709c76..c718a83 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -34,7 +34,7 @@ fi # Replace the place holders BUILD_NUMBER_TOKEN="" -MAIL_CONTENT=`echo ${$AUTOTEST_MAIL_CONTENT//$BUILD_NUMBER_TOKEN/$LIVEBOOT_BUILD_NUMBER}` +MAIL_CONTENT=${$AUTOTEST_MAIL_CONTENT//$BUILD_NUMBER_TOKEN/$LIVEBOOT_BUILD_NUMBER} echo $MAIL_CONTENT exit 0