Ignore:
Timestamp:
2011-12-15T20:21:40+13:00 (12 years ago)
Author:
ak19
Message:

Need quotes around collecthome in gsdlsite.cfg to handle spaces and brackets in any non-standard collecthome path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/gsicontrol.bat

    r24902 r24904  
    234234:: first remove any quotes around this part of the filepath
    235235set suffix=%~1
    236 if not "%suffix%" == "gsdlhome" set gshome=%gshome%%suffix%
     236if not "%suffix%" == "gsdlhome" if not "%suffix%" == "collecthome" set gshome=%gshome%%suffix%
    237237shift
    238238if not "%~1"=="" goto concat
Note: See TracChangeset for help on using the changeset viewer.