extdesc="the Open Office Extension" if [ "x$GEXTOPENOFFICE" = "x" ] ; then export GEXTOPENOFFICE=`pwd` export PATH=$GEXTOPENOFFICE/bin/script:$PATH if [ "x$GSDLEXTS" = "x" ] ; then export GSDLEXTS=open-office else export GSDLEXTS=$GSDLEXTS:open-office fi echo "+Your environment is now setup for $extdesc" else echo "+Your environment is already setup for $extdesc" fi