From 406536df533609b6c8c8f159f98c235c8832f16b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 18 Mar 2015 17:44:57 +0100 Subject: [PATCH] scripts/Bootstrap/Pmodules/modmanage.in: unset CDPATH added --- scripts/Bootstrap/Pmodules/modmanage.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Bootstrap/Pmodules/modmanage.in b/scripts/Bootstrap/Pmodules/modmanage.in index dfec8d1..4579575 100755 --- a/scripts/Bootstrap/Pmodules/modmanage.in +++ b/scripts/Bootstrap/Pmodules/modmanage.in @@ -1,5 +1,7 @@ #!@PMODULES_HOME@/bin/bash +unset CDPATH + shopt -s expand_aliases declare -r bindir=$(cd $(dirname "$0") && pwd)