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

Last change on this file since 22250 was 22250, checked in by davidb, 14 years ago

Refactoring of hame from GEXTOPENOFFICE to GEXT_OPENOFFICE

File size: 401 bytes
Line 
1
2extdesc="the Open Office Extension"
3
4if [ "x$GEXT_OPENOFFICE" = "x" ] ; then
5 export GEXT_OPENOFFICE=`pwd`
6
7 export PATH=$GEXT_OPENOFFICE/bin/script:$PATH
8
9 if [ "x$GSDLEXTS" = "x" ] ; then
10 export GSDLEXTS=open-office
11 else
12 export GSDLEXTS=$GSDLEXTS:open-office
13 fi
14
15
16 echo "+Your environment is now setup for $extdesc"
17else
18 echo "+Your environment is already setup for $extdesc"
19fi
Note: See TracBrowser for help on using the repository browser.