Changeset 32011 for main/trunk


Ignore:
Timestamp:
2017-09-28T22:11:50+13:00 (7 years ago)
Author:
ak19
Message:

Tidying up a commit message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/setup.bash

    r31972 r32011  
    303303# Then the same java will be consistently available for all aspects of GS2 (server or GLI, and any subshells these launch)
    304304if [ "x$GSDL3SRCHOME" = "x" ] ; then
    305     echo "@@@@ SETUP.BASH: Found GS2 installation"
     305    MINIMUM_JAVA_VERSION=1.5.0_00   
     306
     307    echo "GS2 installation: Checking for Java of version $MINIMUM_JAVA_VERSION or above"
    306308
    307309    SEARCH4J_EXECUTABLE="$GSDLHOME/bin/$GSDLOS$GSDLARCH/search4j"
    308310    if [ -f "$SEARCH4J_EXECUTABLE" ]; then
    309     MINIMUM_JAVA_VERSION=1.5.0_00   
    310311   
    311312    # Give search4j a hint to find Java depending on the platform
Note: See TracChangeset for help on using the changeset viewer.