aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/parsetmpl.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xreleng/parsetmpl.sh2
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
5cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/`date +%s`/g | sed s/@@SVNREV/`svnversion`/g 5cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/$BUILD/g | sed s/@@SVNREV/`svnversion`/g