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/download/ServerInfoDialog.java

    r13594 r20924  
    8282    {
    8383    ArrayList commands = new ArrayList();
    84     if (Utility.isWindows()) {
    85         commands.add(Configuration.perl_path);
    86         commands.add("-S");
    87     }
     84    commands.add(Configuration.perl_path);
     85    commands.add("-S");
    8886    commands.add(LocalGreenstone.getBinScriptDirectoryPath()+"downloadfrom.pl");
    8987    commands.add("-info");
Note: See TracChangeset for help on using the changeset viewer.