From: Marjan Schiller Date: Wed, 12 Jun 2013 14:57:51 +0000 (+0200) Subject: Fix for autotest script X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=bd163e7a94fe02695b29eb6395a4ac5cb288bcca;p=profitbricks%2Fjenkins-build-scripts.git Fix for autotest script --- diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index c718a83..1d387d4 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -33,8 +33,7 @@ else fi # Replace the place holders -BUILD_NUMBER_TOKEN="" -MAIL_CONTENT=${$AUTOTEST_MAIL_CONTENT//$BUILD_NUMBER_TOKEN/$LIVEBOOT_BUILD_NUMBER} +MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} echo $MAIL_CONTENT exit 0