Changeset 17061 for gli


Ignore:
Timestamp:
2008-08-28T14:04:56+12:00 (16 years ago)
Author:
ak19
Message:

SetEnv > null should be > null when calling the helper bat files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.bat

    r16679 r17061  
    7575
    7676:getVer
    77 call gsdlver.bat %GSDLPATH% %_VERSION% SetEnv > nul
     77call gsdlver.bat %GSDLPATH% %_VERSION% > nul
    7878if "%_VERSION%" == "1" goto exit
    7979::if we are running GS2, free up any pre-set GS3 environment variables since we won't need them
     
    107107:testGSDL
    108108set CHECK=1
    109 call chkinst.bat "%GSDLPATH%" %_VERSION% %GLILANG% %CHECK% SetEnv > nul
     109call chkinst.bat "%GSDLPATH%" %_VERSION% %GLILANG% %CHECK% > nul
    110110if "%CHECK%" == "1" goto exit
    111111    :: otherwise installation worked well
     
    164164:setupGS2
    165165set CHECK=1
    166 call chkinst.bat "%GSDL2PATH%" 2 %GLILANG% %CHECK% SetEnv > nul
     166call chkinst.bat "%GSDL2PATH%" 2 %GLILANG% %CHECK% > nul
    167167if "%CHECK%" == "1" goto exit
    168168    :: otherwise installation worked well
Note: See TracChangeset for help on using the changeset viewer.