source: release-kits/lirk2/setup.sh@ 20084

Last change on this file since 20084 was 19566, checked in by oranfry, 15 years ago

setup.sh is not reserved after all, it was just that another setup.sh was on the path meaning 'source setup.sh' ran that one

File size: 227 bytes
Line 
1if [ "$LIRK2_HOME" != "" ]; then
2 echo "lirk2 envorinment already set up"
3else
4 home_possibly_relative=`dirname ${BASH_SOURCE[0]}`
5 export LIRK2_HOME="`cd $home_possibly_relative && pwd`"
6 export PATH=$LIRK2_HOME/bin:$PATH
7fi
8
Note: See TracBrowser for help on using the repository browser.