source: gs2-extensions/open-office/trunk/src/setup.bash@ 23227

Last change on this file since 23227 was 23227, checked in by sjm84, 13 years ago

Phase 1 of rearranging the open-office extension

File size: 506 bytes
Line 
1
2extdesc="the Open Office Extension"
3
4full_setup=`pwd`/${BASH_SOURCE}
5fulldir=${full_setup%/*}
6fulldir=${fulldir%/.}
7
8if [ "x$GEXT_OPENOFFICE" = "x" ] ; then
9 export GEXT_OPENOFFICE=`pwd`
10
11 export PATH=$GEXT_OPENOFFICE/bin/script:$PATH
12
13 extdir=${GEXT_OPENOFFICE##*/}
14
15 if [ "x$GSDLEXTS" = "x" ] ; then
16 export GSDLEXTS=$extdir
17 else
18 export GSDLEXTS=$GSDLEXTS:$extdir
19 fi
20
21
22 echo "+Your environment is now setup for $extdesc"
23else
24 echo "+Your environment is already setup for $extdesc"
25fi
Note: See TracBrowser for help on using the repository browser.