From bb1229ec134695f6309954857faa2c5702a29bc5 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 28 Jul 2015 11:14:00 +0100 Subject: [PATCH] bamboo: no module environment on the Mac --- bamboo/CLANG-env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bamboo/CLANG-env.sh b/bamboo/CLANG-env.sh index e8927009c..4260d407a 100644 --- a/bamboo/CLANG-env.sh +++ b/bamboo/CLANG-env.sh @@ -1,3 +1,5 @@ +# No module environment on the Mac +[[ $(uname) -eq "Darwin" ]] && return # Initialise module environment if it is not if [[ ! $(command -v module > /dev/null 2>&1) ]]; then . /usr/local/apps/module/init/bash