diff options
author | gareth | 2007-05-06 15:04:10 +0000 |
---|---|---|
committer | gareth | 2007-05-06 15:04:10 +0000 |
commit | f4a7d8ec792075a50500e88c57c20b8b3ccc573b (patch) | |
tree | c73e6344ae2843036419d684b1241fd8d83d130c /releng/parsetmpl.sh | |
parent | Fixed minor bug (diff) | |
download | opensim-SC_OLD-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.zip opensim-SC_OLD-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.tar.gz opensim-SC_OLD-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.tar.bz2 opensim-SC_OLD-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.tar.xz |
Updated to have uniform build number
Diffstat (limited to 'releng/parsetmpl.sh')
-rwxr-xr-x | releng/parsetmpl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
2 | 2 | ||
3 | # this script parses a template to replace @@ tokens | 3 | # this script parses a template to replace @@ tokens |
4 | 4 | ||
5 | cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/`date +%s`/g | sed s/@@SVNREV/`svnversion`/g | 5 | cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/$BUILD/g | sed s/@@SVNREV/`svnversion`/g |