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 06d0f8d commit 8bc9555Copy full SHA for 8bc9555
src/ci/scripts/setup-environment.sh
@@ -16,7 +16,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
16
#if [[ -z "$INITIAL_RUST_CONFIGURE_ARGS" ]]; then
17
#INITIAL_RUST_CONFIG=${INITIAL_RUST_CONFIGURE_ARGS}
18
19
-if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS}"]]; then
+if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS+x}" ]]; then
20
INITIAL_RUST_CONFIG=""
21
else
22
INITIAL_RUST_CONFIG="${INITIAL_RUST_CONFIGURE_ARGS}"
0 commit comments