Ignore:
Timestamp:
2021-08-20T23:08:32+12:00 (3 years ago)
Author:
davidb
Message:

Some refinement of the (echo) messages generated so the information presented in general doesn't sound quite so scary, when things are in fact still on track

File:
1 edited

Legend:

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

    r34111 r35314  
    180180if "%bitness%" == "PE32+" (
    181181    set bitness=64
    182     echo The installed Greenstone is 64 bit
     182rem echo The installed Greenstone is 64 bit
    183183) else (
    184184    if "%bitness%" == "PE32" (
    185185        set bitness=32
    186         echo The installed Greenstone is 32 bit
     186rem     echo The installed Greenstone is 32 bit
    187187    ) else (
    188         echo WARNING: Greenstone installation is of unknown bitness. "%bitness%" is neither 32 nor 64 bit
     188        echo WARNING: Greenstone installation is of unknown bitness. "%bitness%" is neither '32-bit' nor '64-bit'
    189189        set bitness=UNKNOWN
    190190    )
    191191)
    192192
     193echo JNI bitness test: %bitness%
     194     
    193195:: 2. What bitness are any JAVA_HOME else JRE_HOME found by search4j?
    194196:: If you run the non-existent program "pinky" from batch or the DOS console, the exit value is 9009
Note: See TracChangeset for help on using the changeset viewer.