Changeset 24827 for main


Ignore:
Timestamp:
2011-11-30T17:00:14+13:00 (12 years ago)
Author:
ak19
Message:

Property change from binary (application/octet-stream) file into no longer having the mime-type property set (which didn't allow me to do a diff on the file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/gems.bat

    r24826 r24827  
    11@echo off
    2 setlocal enabledelayedexpansion
    3 
    42color 0A
    53pushd "%CD%"
     
    75set GLILANG=en
    86
    9 
     7::
    108::  -------- Run the Greenstone Librarian Interface --------
    119
     
    4644    echo.
    4745    echo Checking if the Greenstone collection directory is writable ...
    48     (echo This is a temporary file. It is safe to delete it. > "!GSDLHOME!\collect\testing.tmp" ) 2>nul
     46    (echo This is a temporary file. It is safe to delete it. > "%GSDLHOME%\collect\testing.tmp" ) 2>nul
    4947    if exist "%GSDLHOME%\collect\testing.tmp" goto deleteTempFile
    5048    if "%1" == "Elevated" goto printWarning
    5149    echo ... FAILED
    52     echo The %PROGNAME% cannot write to the collection directory (!GSDLHOME!\collect)
     50    echo The %PROGNAME% cannot write to the collection directory (%GSDLHOME%\collect)
    5351    echo Requesting elevated status to become admin user to continue.
    5452    "%GSDLHOME%\bin\windows\gstart.exe" %0 Elevated %1 %2 %3 %4 %5 %6 %7 %8 %9
     
    5755:printWarning
    5856    echo ... FAILED
    59     echo The %PROGNAME% cannot write to the log directory (!GSDLHOME!\collect).
     57    echo The %PROGNAME% cannot write to the log directory (%GSDLHOME%\collect).
    6058    echo Attempting to continue without permissions.
    6159    goto shiftElevated
     
    103101if not "%GSDL3SRCHOME%" == "" (
    104102    echo GSDL3SRCHOME:
    105     echo !GSDL3SRCHOME!
     103    echo %GSDL3SRCHOME%
    106104    echo.
    107105)
     
    109107if not "%GSDL3HOME%" == "" (
    110108    echo GSDL3HOME:
    111     echo !GSDL3HOME!
     109    echo %GSDL3HOME%
    112110    echo.
    113111)
     
    115113if not "%GSDLHOME%" == "" (
    116114    echo GSDLHOME:
    117     echo !GSDLHOME!
     115    echo %GSDLHOME%
    118116    echo.
    119117)
     
    159157color 07
    160158popd
    161 
    162 endlocal
Note: See TracChangeset for help on using the changeset viewer.