Ignore:
Timestamp:
2009-12-09T16:51:22+13:00 (14 years ago)
Author:
davidb
Message:

setup now automatically runs gs2build's setup file if the directory is present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-setup.sh

    r20984 r21320  
    263263setGS3ENV
    264264
     265if test -e gs2build/setup.bash ; then
     266  echo ""
     267  echo "Sourcing gs2build/setup.bash"
     268  cd gs2build ; source setup.bash ; cd ..
     269fi
     270
    265271if test -e ext ; then
    266272  for gsdl_ext in ext/* ; do
     
    282288  fi
    283289
     290  # Consider moving these into the local/gs3-setup.sh file
     291
    284292  PATH=$GSDL3SRCHOME/local/bin:$PATH
    285293  export PATH
Note: See TracChangeset for help on using the changeset viewer.