Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21070
Modified Files:
run_test_build.sh
Log Message:
- Lets try this.
Index: run_test_build.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- run_test_build.sh 17 Dec 2005 13:09:20 -0000 1.5
+++ run_test_build.sh 17 Dec 2005 13:11:05 -0000 1.6
@@ -23,15 +23,13 @@
LOCKFILE="${7}"
I_AM="Nemo"
-Revision=Revision
-foo="\$"
-VERSION="$Revision$foo"
+VERSION="$Revision$"
#
# $1: Subject
#
function send_stdin() {
- mail -a "X-Build-Robot-Id: ${I_AM}, version ${VERSION} running on `hostname`" \
+ mail -a "X-Build-Robot-Id: ${I_AM}, version${VERSION} running on `hostname`" \
-a "X-Build-Robot-Target: ${TARGET}" \
"$1" ${SEND_MAIL_TO}
}
|