Changeset 6270


Ignore:
Timestamp:
2003-12-16T11:36:27+13:00 (20 years ago)
Author:
kjdon
Message:

added in GSDL3HOME to the perl args

File:
1 edited

Legend:

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

    r5148 r6270  
    231231    ConstructionEvent evt;
    232232   
    233     String args[] = {"GSDLHOME="+this.gsdl2home, "GSDLOS="+this.gsdlos, "PATH="+this.path};
     233    String args[] = {"GSDLHOME="+this.gsdl2home, "GSDL3HOME="+this.gsdl3home, "GSDLOS="+this.gsdlos, "PATH="+this.path};
    234234    String command_str = "";
    235235    for(int i = 0; i < command.length; i++) {
Note: See TracChangeset for help on using the changeset viewer.