From f4a7d8ec792075a50500e88c57c20b8b3ccc573b Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 6 May 2007 15:04:10 +0000 Subject: Updated to have uniform build number --- releng/parsetmpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'releng/parsetmpl.sh') diff --git a/releng/parsetmpl.sh b/releng/parsetmpl.sh index 8e4eac2..0ce6d24 100755 --- a/releng/parsetmpl.sh +++ b/releng/parsetmpl.sh @@ -2,4 +2,4 @@ # this script parses a template to replace @@ tokens -cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/`date +%s`/g | sed s/@@SVNREV/`svnversion`/g +cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/$BUILD/g | sed s/@@SVNREV/`svnversion`/g -- cgit v1.1