Changeset 2100


Ignore:
Timestamp:
04/04/11 18:17:37 (13 years ago)
Author:
Takeshi Nakazato
Message:

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 run asap_init

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on getsvnref.sh, which creates svninfo.txt that is referred from
env.get_revision() to get revision number.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/getsvnrev.sh

    r1941 r2100  
    2121   echo $i
    2222   if test ${i:0:4} = "http"; then
    23       if test ${i:0:5} = "https"; then
    24          echo ${i#${HTTPS}} > $OUT
    25       fi
     23      #if test ${i:0:5} = "https"; then
     24      #   echo ${i#${HTTPS}} > $OUT
     25      #fi
     26      echo ${i} > $OUT
    2627   else
    2728      if test $SRCVER -gt $i; then
Note: See TracChangeset for help on using the changeset viewer.