We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7010a commit a942b39Copy full SHA for a942b39
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
-if [[ -n "${INITIAL_RUST_CONFIGURE_ARGS}" ]]; then
+if [[ -v INITIAL_RUST_CONFIGURE_ARGS ]]; then
15
ciCommandSetEnv RUST_CONFIGURE_ARGS "${INITIAL_RUST_CONFIGURE_ARGS}"
16
fi
17
0 commit comments