We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cb359 commit 20f9f07Copy full SHA for 20f9f07
src/ci/scripts/setup-environment.sh
@@ -11,7 +11,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
11
# Since matrix variables are readonly in Azure Pipelines, we take
12
# INITIAL_RUST_CONFIGURE_ARGS and establish RUST_CONFIGURE_ARGS
13
# which downstream steps can alter
14
-# MacOS ships with Bash 3.16, which means we cannot use
+# MacOS ships with Bash 3.16, which means we cannot use
15
# if [[ -v FOO ]], as that was introduced in Bash 4.2
16
if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS+x}" ]]; then
17
INITIAL_RUST_CONFIG=""
0 commit comments