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/collection/CollectionManager.java

    r19780 r20924  
    164164    // Generate the buildcol.pl command
    165165    ArrayList command_parts_list = new ArrayList();
    166     if ((Utility.isWindows()) && (!Gatherer.isGsdlRemote)) {
     166    if (!Gatherer.isGsdlRemote) {
    167167        command_parts_list.add(Configuration.perl_path);
    168168        command_parts_list.add("-S");
Note: See TracChangeset for help on using the changeset viewer.