From 1e127f524176c5f00209390d4fda7daffae22def Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 1 Apr 2009 06:17:54 +0000 Subject: [PATCH] oops --- vbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index ca966f5d..d9e8710c 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -111,7 +111,7 @@ function failure() { echo "See full build log at ${LOG_URL}" ; \ echo "and tail version at ${LOG_URL}.ko" ; \ echo "See complete set of testlogs at ${TESTLOGS_URL}" ; \ - tail -c 30k ${WEBLOG} ) | mail -s "Failures with {MAIL_SUBJECT}" $MAILTO + tail -c 30k ${WEBLOG} ) | mail -s "Failures with ${MAIL_SUBJECT}" $MAILTO fi exit 1 } -- 2.43.0