Last change
on this file since 2391 was 2091, checked in by Takeshi Nakazato, 14 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 asap from scratch and execute asap_init()
Put in Release Notes: No
Module(s): Module Names change impacts.
Description: Describe your changes here...
Merge changes in trunk (r2090).
|
-
Property svn:executable
set to
*
|
File size:
87 bytes
|
Line | |
---|
1 | #! /bin/bash
|
---|
2 |
|
---|
3 | DIR=.
|
---|
4 | if [ $# -ge 1 ]; then
|
---|
5 | DIR=$1
|
---|
6 | fi
|
---|
7 |
|
---|
8 | cd ${DIR}
|
---|
9 | ${DIR}/getsvnrev.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.