Changeset 21297


Ignore:
Timestamp:
2009-12-07T15:18:47+13:00 (14 years ago)
Author:
kjdon
Message:

use the directory name in GSDL3EXTS rather than hard-coding pharos as it may be checked out with a different name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/pharos/trunk/setup.bash

    r21293 r21297  
    1515# Need to run this script from its own directory instead of whichever directory it may be called from
    1616thisdir=`pwd`
     17taildir=${thisdir##*/}
    1718
    1819
     
    2829
    2930export PATH=$PHAROSIS_SRC_HOME/bin/script:$PHAROSIS_SRC_HOME/bin/$PHAROSOS:$PATH
    30 export GSDL3EXTS=pharos:$GSDL3EXTS
     31export GSDL3EXTS=$taildir:$GSDL3EXTS
    3132export DERBYDB_HOME=$PHAROSIS_HOME/derbyDB
    3233
Note: See TracChangeset for help on using the changeset viewer.