bamboo: fix comparison operator in CLANG-env

This commit is contained in:
Shahram Najm 2015-07-28 11:34:46 +01:00
parent bb1229ec13
commit 393fa18b3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# No module environment on the Mac
[[ $(uname) -eq "Darwin" ]] && return
[[ $(uname) == "Darwin" ]] && return
# Initialise module environment if it is not
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
. /usr/local/apps/module/init/bash