Mercurial > index.cgi > dotfiles
comparison .bashrc @ 17:90ad040b032c
Setting LD_LIBRARY_PATH considered harmful - let's try ignoring it. I may
have done this originally just in case, without an actual problem that needed
fixing.
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Wed, 21 Oct 2009 20:56:57 +0000 |
parents | b9896ae0733c |
children | ebc3f864376c |
comparison
equal
deleted
inserted
replaced
16:b9896ae0733c | 17:90ad040b032c |
---|---|
83 if [ -d $D/man ]; then | 83 if [ -d $D/man ]; then |
84 [[ "$MANPATH" =~ "(^|:)$D/man($|:)" ]] || \ | 84 [[ "$MANPATH" =~ "(^|:)$D/man($|:)" ]] || \ |
85 export MANPATH=$D/man:${MANPATH:+$MANPATH} | 85 export MANPATH=$D/man:${MANPATH:+$MANPATH} |
86 fi | 86 fi |
87 | 87 |
88 if [ -d $D/lib ]; then | 88 # if [ -d $D/lib ]; then |
89 [[ "$LD_LIBRARY_PATH" =~ "(^|:)$D/lib($|:)" ]] || \ | 89 # [[ "$LD_LIBRARY_PATH" =~ "(^|:)$D/lib($|:)" ]] || \ |
90 export LD_LIBRARY_PATH=$D/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} | 90 # export LD_LIBRARY_PATH=$D/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} |
91 fi | 91 # fi |
92 done | 92 done |
93 | 93 |
94 # Add-ons for Intel compilers at work, and Condor | 94 # Add-ons for Intel compilers at work, and Condor |
95 [[ -f /usr/peyton/intel/10.1/cc64/bin/iccvars.sh ]] && \ | 95 [[ -f /usr/peyton/intel/10.1/cc64/bin/iccvars.sh ]] && \ |
96 . /usr/peyton/intel/10.1/cc64/bin/iccvars.sh | 96 . /usr/peyton/intel/10.1/cc64/bin/iccvars.sh |