Changeset 21317 for main/trunk


Ignore:
Timestamp:
2009-12-09T15:50:12+13:00 (14 years ago)
Author:
ak19
Message:

Had formatted variables for echo output statements with Windows' percent signs instead of with Linux' dollar signs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/findjava.sh

    r20655 r21317  
    2222        echo "WARNING: "
    2323        echo "Java Runtime not bundled with this Greenstone installation."
    24         echo "Using JAVA_HOME: %JAVA_HOME%"
    25         echo "(NOTE: this needs to be %DISPLAY_MIN_VERSION% or higher.)"
     24        echo "Using JAVA_HOME: $JAVA_HOME"
     25        echo "(NOTE: this needs to be $MIN_DISPLAY_VERSION or higher.)"
    2626        echo "***************************************************************************"
    2727        echo
Note: See TracChangeset for help on using the changeset viewer.