Last change
on this file since 3137 was 3054, checked in by Kana Sugimoto, 9 years ago |
New Development: Yes
JIRA Issue: No
Ready for Test: Yes
Interface Changes: No
What Interface Changed:
Test Programs: build asap using CMake
Put in Release Notes: No
Module(s): build of asap by CMake
Description: Committing the changes sent by Ville to support git migration
|
-
Property svn:executable
set to
*
|
File size:
87 bytes
|
Rev | Line | |
---|
[3054] | 1 | #! /bin/bash
|
---|
| 2 |
|
---|
| 3 | DIR=.
|
---|
| 4 | if [ $# -ge 1 ]; then
|
---|
| 5 | DIR=$1
|
---|
| 6 | fi
|
---|
| 7 |
|
---|
| 8 | cd ${DIR}
|
---|
| 9 | ${DIR}/getgitrev.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.