Changeset 25609


Ignore:
Timestamp:
2012-05-16T13:16:34+12:00 (12 years ago)
Author:
sjm84
Message:

Fixed a building bug introduced when we changed how perl.path works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java

    r25539 r25609  
    175175        sendMessage(new ConstructionEvent(this, GSStatus.INFO, "Collection construction: build collection."));
    176176        Vector<String> command = new Vector<String>();
    177         command.add(GlobalProperties.getProperty("perl.path", "perl"));
     177        command.add(GlobalProperties.getProperty("perl.path", "perl") + "perl");
    178178        command.add("-S");
    179179        command.add(GlobalProperties.getGS2Build() + File.separator + "bin" + File.separator + "script" + File.separator + "buildcol.pl");
Note: See TracChangeset for help on using the changeset viewer.