aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/parsetmpl.sh
blob: 0ce6d24385204c95fdfcbfd07e932eec99244b4c (plain)
1
2
3
4
5
#!/bin/sh

# this script parses a template to replace @@ tokens

cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/$BUILD/g | sed s/@@SVNREV/`svnversion`/g