changeset 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
files .bashrc
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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