Skip to content

Commit 2b8d016

Browse files
committed
Fixing issue triggering unbound variable with ROOT / Combine
1 parent 57be75c commit 2b8d016

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/prepare-env/prepare-env-cc.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
2-
set -Eeuo pipefail
2+
#FIX: /usr/local/etc/conda/activate.d/activate-binutils_linux-64.sh: line 68: ADDR2LINE: unbound variable
3+
# e.g. “unbound variable” ERROR when conda invoked within bash scripts containing command “set -u”
4+
#set -Eeuo pipefail
35

46
[[ "${DEBUG:-}" == "1" ]] && set -x
57

0 commit comments

Comments
 (0)