Ignore:
Timestamp:
2010-06-09T23:56:39+12:00 (14 years ago)
Author:
davidb
Message:

Refactoring of hame from GEXTOPENOFFICE to GEXT_OPENOFFICE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/open-office/trunk/setup.bash

    r22229 r22250  
    22extdesc="the Open Office Extension"
    33
    4 if [ "x$GEXTOPENOFFICE" = "x" ] ; then
    5   export GEXTOPENOFFICE=`pwd`
     4if [ "x$GEXT_OPENOFFICE" = "x" ] ; then
     5  export GEXT_OPENOFFICE=`pwd`
    66
    7   export PATH=$GEXTOPENOFFICE/bin/script:$PATH
     7  export PATH=$GEXT_OPENOFFICE/bin/script:$PATH
    88
    99  if [ "x$GSDLEXTS" = "x" ] ; then
Note: See TracChangeset for help on using the changeset viewer.