# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1256158617 0 # Node ID 90ad040b032c743e55babf97c381a2dcc3f03735 # Parent b9896ae0733c443c02d5500f19af84dad5f0b0c0 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. diff -r b9896ae0733c -r 90ad040b032c .bashrc --- a/.bashrc Sat Sep 05 20:18:20 2009 +0000 +++ b/.bashrc Wed Oct 21 20:56:57 2009 +0000 @@ -85,10 +85,10 @@ export MANPATH=$D/man:${MANPATH:+$MANPATH} fi - if [ -d $D/lib ]; then - [[ "$LD_LIBRARY_PATH" =~ "(^|:)$D/lib($|:)" ]] || \ - export LD_LIBRARY_PATH=$D/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} - fi +# if [ -d $D/lib ]; then +# [[ "$LD_LIBRARY_PATH" =~ "(^|:)$D/lib($|:)" ]] || \ +# export LD_LIBRARY_PATH=$D/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} +# fi done # Add-ons for Intel compilers at work, and Condor