Changeset 23650 for main/trunk/gli


Ignore:
Timestamp:
2011-02-01T22:13:06+13:00 (13 years ago)
Author:
ak19
Message:

Fixes to get OpenOffice plugin's options to show up in GLI without calling GS2's setup.bat manually (it should be called by gli.bat). It wasn't getting called anymore because of the newly added setup.bat file in the openoffice extension, whose subtle interactions with the rest of the gli.bat procedure caused the call to GS2's setup.bat to be skipped.

File:
1 edited

Legend:

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

    r22575 r23650  
    11@echo off
    22color 0A
    3 pushd "%CD%"
     3set startdir=%CD%
     4rem pushd "%CD%"
    45CD /D "%~dp0"
    56set GLILANG=en
     
    7172    if "%1" == "Elevated" shift
    7273
     74:: Make sure we're in the GLI folder, even if located outside a GS installation
     75CD /D "%~dp0"
     76
    7377:findPerl
    7478:: Now need to find Perl. If found, PERLPATH will be set
     
    192196pause
    193197color 07
    194 popd
     198rem popd
    195199
    196200:done
     
    204208set PROGABBR=
    205209color 07
    206 popd
     210rem popd
     211cd "%startdir%"
     212set startdir=
Note: See TracChangeset for help on using the changeset viewer.