Changeset 15199
- Timestamp:
- 2008-04-17T15:01:48+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/gli.bat
r13027 r15199 95 95 set PERLPATH= 96 96 97 :: Some users may set the above line manually 97 :: Some users may set the above line manually - If you do this, you need to 98 :: make sure that perl is in your path otherwise lucene collections may not 99 :: work 98 100 if not "%PERLPATH%" == "" goto testPerl 99 101 … … 121 123 if "%PERLPATH%" == "" goto noPerl 122 124 125 :: if have found perl in registry, but not in path, then we need to 126 :: add it to path for lucene stuff. 127 if "%OS%" == "Windows_NT" set PATH=%PATH%;%PERLPATH% 128 if "%OS%" == "" set PATH="%PATH%";"%PERLPATH%" 123 129 goto testPerl 124 130 125 131 :gsdlPerl 126 132 set PERLPATH=%GSDLHOME%\bin\windows\perl\bin 127 133 128 134 :testPerl 129 135 :: Check that a Perl executable has been found
Note:
See TracChangeset
for help on using the changeset viewer.