Changeset 31482 for main


Ignore:
Timestamp:
2017-03-09T19:22:17+13:00 (7 years ago)
Author:
ak19
Message:

Fixing a copy paste error discovered when testing another branch through the modified code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-setup.sh

    r31481 r31482  
    99# java_min_version gets passed to search4j as the minimum java version
    1010java_min_version=1.5.0_00
    11 DEBUG=false
     11DEBUG=true
    1212
    1313function testSource(){
     
    290290  # 3. check the bitness of any bundled JRE, and use if appropriate
    291291  if [ "$javaset" != "true" ] && [ -d "$BUNDLED_JRE" ]; then
    292       checkJavaBitnessAgainstGSBitness "$FOUNDJREHOME" "$bitness"
     292      checkJavaBitnessAgainstGSBitness "$BUNDLED_JRE" "$bitness"
    293293     
    294294      # For linux, the bundled JRE ought to be of a bitness matching this OS.
     
    296296      if [ "$bitness" != "-1" ] && [ "$DEBUG" == "true" ]; then
    297297          # bundled JRE matches GS bitness
    298           echo "*** Changing to use Greenstone's bundled $bitness-bit jre"
     298          echo "*** Changing to use Greenstone's bundled $bitness-bit jre at $BUNDLED_JRE"
    299299      fi
    300300      setupJavaAt "$BUNDLED_JRE" "JRE"
Note: See TracChangeset for help on using the changeset viewer.