Ignore:
Timestamp:
2016-06-24T15:50:39+12:00 (8 years ago)
Author:
ak19
Message:

Further changes to make sure recent updates to batch scripts still protect spaces in filepath

File:
1 edited

Legend:

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

    r30574 r30592  
    1717
    1818set USE_TMPDIR_FOR_TOMCAT=
    19 for /F "tokens=1,2 delims==" %%G in (%GSDL3SRCHOME%\build.properties) do (
     19for /F "usebackq tokens=1,2 delims==" %%G in ("%GSDL3SRCHOME%\build.properties") do (
    2020    if "%%G"=="gsdl3home.isreadonly" set USE_TMPDIR_FOR_TOMCAT=%%H
    2121)
Note: See TracChangeset for help on using the changeset viewer.