source: main/trunk/release-kits/rk2/setup.sh@ 21319

Last change on this file since 21319 was 20721, checked in by oranfry, 15 years ago

created the merged rk2

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