We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57be75c commit 2b8d016Copy full SHA for 2b8d016
docker/prepare-env/prepare-env-cc.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
-set -Eeuo pipefail
+#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
5
6
[[ "${DEBUG:-}" == "1" ]] && set -x
7
0 commit comments