aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/parsetmpl.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xreleng/parsetmpl.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/releng/parsetmpl.sh b/releng/parsetmpl.sh
deleted file mode 100755
index 0ce6d24..0000000
--- a/releng/parsetmpl.sh
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2
3# this script parses a template to replace @@ tokens
4
5cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/$BUILD/g | sed s/@@SVNREV/`svnversion`/g