Remove addition of $HOME/local/bin to the PATH

Remove addition of $HOME/local/bin to the PATH since it's already in the PATH now
This commit is contained in:
Thomas Preud'homme 2011-12-06 18:19:51 +01:00 committed by Thomas Preud'homme
parent 23670f3d72
commit c7eef474b5
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
set -u
export PATH=${PATH##*:}:${PATH%:*}
ompLibDir=${PATH%%:*}
ompLibDir=${ompLibDir%/bin}/lib64
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}$ompLibDir