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

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

Minor tweaks

File size: 398 bytes
RevLine 
[22204]1
2extdesc="the Open Office Extension"
3
[22229]4if [ "x$GEXTOPENOFFICE" = "x" ] ; then
5 export GEXTOPENOFFICE=`pwd`
[22204]6
[22229]7 export PATH=$GEXTOPENOFFICE/bin/script:$PATH
[22204]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.