From c7eef474b5ea6c0196a1528e0074193efcd7a67e Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 6 Dec 2011 18:19:51 +0100 Subject: [PATCH] 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 --- pipepar/setup_environment | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipepar/setup_environment b/pipepar/setup_environment index 1ea17e8..eeefbdd 100755 --- a/pipepar/setup_environment +++ b/pipepar/setup_environment @@ -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