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/ReplaceSrcDocWithHtmlPrompt.java

    r18645 r20924  
    260260    // Generate the replace_srcdoc_with_html.pl command
    261261    ArrayList command_parts_list = new ArrayList();
    262     if (Utility.isWindows() && (!Gatherer.isGsdlRemote)) {
     262    if (!Gatherer.isGsdlRemote) {
    263263        command_parts_list.add(Configuration.perl_path);
    264264        command_parts_list.add("-S");
Note: See TracChangeset for help on using the changeset viewer.