mirror of https://github.com/ecmwf/eccodes.git
bamboo: fix comparison operator in CLANG-env
This commit is contained in:
parent
bb1229ec13
commit
393fa18b3b
|
@ -1,5 +1,5 @@
|
||||||
# No module environment on the Mac
|
# No module environment on the Mac
|
||||||
[[ $(uname) -eq "Darwin" ]] && return
|
[[ $(uname) == "Darwin" ]] && return
|
||||||
# Initialise module environment if it is not
|
# Initialise module environment if it is not
|
||||||
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||||
. /usr/local/apps/module/init/bash
|
. /usr/local/apps/module/init/bash
|
||||||
|
|
Loading…
Reference in New Issue