Changeset 31406


Ignore:
Timestamp:
2017-02-10T21:23:02+13:00 (7 years ago)
Author:
ak19
Message:

Undoing test commit of 31403, thouhg it confirmed suspicions that setting apache stuff on LD_LIB_PATH is what was preventing svn commits. Generally this is not a problem, as we can just use a new terminal to svn commit. But gen-model-collections.sh script does autocommits in the middle of processing the custom minusminus svndelete flag, and the overall gen-model-colls svndelete process kept failing because the svn commits didn't go through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/setup.bash

    r31403 r31406  
    279279
    280280  if test "$GSDLOS" = "linux" ; then
    281 #      LD_LIBRARY_PATH="$GSDLHOME/apache-httpd/$GSDLOS$GSDLARCH/lib:$LD_LIBRARY_PATH"
     281      LD_LIBRARY_PATH="$GSDLHOME/apache-httpd/$GSDLOS$GSDLARCH/lib:$LD_LIBRARY_PATH"
    282282      export LD_LIBRARY_PATH
    283283 
Note: See TracChangeset for help on using the changeset viewer.