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/gui/ExportAsPrompt.java

    r18412 r20924  
    440440    // Generate the export.pl command
    441441    ArrayList command_parts_list = new ArrayList();
    442     if (Utility.isWindows() && (!Gatherer.isGsdlRemote)) {
     442    if (!Gatherer.isGsdlRemote) {
    443443        command_parts_list.add(Configuration.perl_path);
    444444        command_parts_list.add("-S");
Note: See TracChangeset for help on using the changeset viewer.