diff options
author | Adam Frisby | 2007-06-19 04:04:28 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-19 04:04:28 +0000 |
commit | b34d1c210e6cc599d0eb74c653dafd6bbb362770 (patch) | |
tree | a847917ad05728f1be62fc8e7b78e81dc76ef674 /releng/parsetmpl.sh | |
parent | *Added some missing files from last commit (diff) | |
download | opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.zip opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.gz opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.bz2 opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.xz |
* Cleaning up unused zircon branch.
* Removed releng from sugilite.
Diffstat (limited to 'releng/parsetmpl.sh')
-rw-r--r-- | releng/parsetmpl.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/releng/parsetmpl.sh b/releng/parsetmpl.sh deleted file mode 100644 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 | |||
5 | cat $1 | sed s/@@VERSION/$OPENSIMMAJOR.$OPENSIMMINOR/g | sed s/@@BUILD/$BUILD/g | sed s/@@SVNREV/`svnversion`/g | ||