# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1240939000 0 # Node ID 09e941fe3c02afc2d100d0b9b517d8cfa1195db5 # Parent aa5e55aa62ef98f1e022bc898996e5efe75b1c31 Added Condor's sbin path diff -r aa5e55aa62ef -r 09e941fe3c02 .bashrc --- a/.bashrc Fri Apr 17 04:02:24 2009 +0000 +++ b/.bashrc Tue Apr 28 17:16:40 2009 +0000 @@ -85,8 +85,10 @@ . /usr/peyton/intel/10.1/cc64/bin/iccvars.sh [[ -f /usr/peyton/intel/10.1/fc64/bin/ifortvars.sh ]] && \ . /usr/peyton/intel/10.1/fc64/bin/ifortvars.sh -[[ -f /u/condor/condor-setup.sh ]] && \ +[[ -f /u/condor/condor-setup.sh ]] && { + export PATH=${PATH:+$PATH:}/u/condor/hosts/`hostname -s`/sbin . /u/condor/condor-setup.sh +} # Now make sure $HOME/bin is top of the list (or at least present) if [ -d $HOME/bin ]; then