source: trunk/cmake/exec_getsvnrev.sh

Last change on this file was 2090, checked in by Takeshi Nakazato, 13 years ago

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: build from scratch and execute asap_init()

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Python version is retrieved from sys.version_info instead of hard code.
Minor bug fix in script to execute getsvnref.sh.


  • Property svn:executable set to *
File size: 87 bytes
Line 
1#! /bin/bash
2
3DIR=.
4if [ $# -ge 1 ]; then
5    DIR=$1
6fi
7
8cd ${DIR}
9${DIR}/getsvnrev.sh
Note: See TracBrowser for help on using the repository browser.