source: trunk/cmake/exec_getgitrev.sh

Last change on this file 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
Line 
1#! /bin/bash
2
3DIR=.
4if [ $# -ge 1 ]; then
5    DIR=$1
6fi
7
8cd ${DIR}
9${DIR}/getgitrev.sh
Note: See TracBrowser for help on using the repository browser.