Ignore:
Timestamp:
2013-07-13T15:27:43+12:00 (11 years ago)
Author:
davidb
Message:

Using \! CMD vars a mistake. Returning to \% form

File:
1 edited

Legend:

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

    r27838 r27839  
    2020  echo.
    2121  echo Checking if the Greenstone3 web directory is writable ...
    22   (echo This is a temporary file. It is safe to delete it. > "!GSDL3HOME!\testing.tmp" ) 2>nul
    23   if exist "!GSDL3HOME!\testing.tmp" goto isWritable
     22  (echo This is a temporary file. It is safe to delete it. > "%GSDL3HOME%\testing.tmp" ) 2>nul
     23  if exist "%GSDL3HOME%\testing.tmp" goto isWritable
    2424
    2525:: Is read-only
     
    3131
    3232:isWritable
    33   del "!GSDL3HOME!\testing.tmp"
     33  del "%GSDL3HOME%\testing.tmp"
    3434  set opt_properties=
    3535  echo  ... yes.
Note: See TracChangeset for help on using the changeset viewer.