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

    r19228 r20924  
    352352        // Generate the convert_coll_from_gs2.pl command
    353353        ArrayList command_parts_list = new ArrayList();
    354         if ((Utility.isWindows()) && (!Gatherer.isGsdlRemote)) {
     354        if (!Gatherer.isGsdlRemote) {
    355355            command_parts_list.add(Configuration.perl_path);
    356356            command_parts_list.add("-S");
Note: See TracChangeset for help on using the changeset viewer.