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

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

Minor tweaks

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