Changeset 18488 for gsdl/trunk


Ignore:
Timestamp:
2009-02-10T12:36:56+13:00 (15 years ago)
Author:
davidb
Message:

Looks for apache-httpd directory (top level) and updates environment variables according to put it in path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/setup.bash

    r18198 r18488  
    241241fi
    242242
     243if test -e apache-httpd ; then
     244  echo "Adding in executable path for apache-httpd"
     245  PATH=$GSDLHOME/apache-httpd/$GSDLOS/bin:$PATH
     246  export PATH
     247fi
     248
     249
    243250if test -e local ; then
     251  if test -e local/setup.bash ; then
     252    echo "Sourcing local/setup.bash"
     253    cd local ; source setup.bash ; cd ..
     254  fi
     255
    244256  PATH=$GSDLHOME/local/bin:$PATH
    245257  export PATH
     
    249261
    250262
     263
Note: See TracChangeset for help on using the changeset viewer.