Changeset 7758 for trunk/gsdl3


Ignore:
Timestamp:
2004-07-19T12:16:08+12:00 (20 years ago)
Author:
kjdon
Message:

removed the test for GSDL3HOME - now we always source gs3-setup.sh, otherwise we may have the wrong GSDL3HOME set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-launch.sh.in

    r6915 r7758  
    1515fi
    1616
    17 #check that GSDL3HOME is set
    18 if test -z "$GSDL3HOME" ; then
    19   source gs3-setup.sh
    20 fi
     17#set up the environment
     18source gs3-setup.sh
     19
    2120
    2221#set up java options for catalina
Note: See TracChangeset for help on using the changeset viewer.