diff .bashrc @ 9:09e941fe3c02

Added Condor's sbin path
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Tue, 28 Apr 2009 17:16:40 +0000
parents 3d0de329a850
children dacbbae5965c
line wrap: on
line diff
--- 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