Ignore:
Timestamp:
2009-11-10T20:49:48+13:00 (14 years ago)
Author:
oranfry
Message:

Since we can now have a Perl installation inside Greenstone on linux as well, GLI code for Linux also launches perl with the -S flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/GetOpt.java

    r16464 r20924  
    222222            }
    223223            // Parse the path to PERL. If not provided it assumes
    224             // perl should be availble on the PATH.
     224            // perl should be available on the PATH.
    225225            else if(argument_name.equals(StaticStrings.PERL_ARGUMENT)) {
    226226            perl_path = argument_value;
Note: See TracChangeset for help on using the changeset viewer.