Ignore:
Timestamp:
2017-07-28T19:56:48+12:00 (7 years ago)
Author:
ak19
Message:

Part of previous commit. GLI needs to pass WGETRC env var down to perl running wget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/greenstone/LocalGreenstone.java

    r13594 r31831  
    4444    return gsdl_directory_path + "bin" + File.separator + "script" + File.separator;
    4545    }
    46 
     46   
     47    static public String getBinOSDirectoryPath(String operatingSystem)
     48    {
     49    return gsdl_directory_path + "bin" + File.separator + operatingSystem + File.separator;
     50    }
     51   
    4752
    4853    static public String getDirectoryPath()
Note: See TracChangeset for help on using the changeset viewer.