source: release-kits/mark2/setup.sh@ 20808

Last change on this file since 20808 was 20808, checked in by anna, 15 years ago

little bug fix

File size: 225 bytes
RevLine 
[19451]1if [ "$MARK2_HOME" != "" ]; then
2 echo "mark2 envorinment already set up"
3else
[20808]4 home_possibly_relative=`dirname $BASH_SOURCE[0]`
[19552]5 export MARK2_HOME="`cd $home_possibly_relative && pwd`"
[19556]6 export PATH=$MARK2_HOME/bin:$PATH
[19451]7fi
[19552]8
Note: See TracBrowser for help on using the repository browser.