Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 1be119e

Browse files
author
Paul Balaji
authored
Fix "unbound variable" error in ci/bootstrap.sh (#94)
1 parent 82c06d7 commit 1be119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [[ -n ${BUILDKITE:-} ]]; then
7878
EXTRA_ARGS="--copy"
7979
fi
8080

81-
if [[ "${BUILDKITE_AGENT_META_DATA_OS}" == "darwin" ]]; then
81+
if [[ "${BUILDKITE_AGENT_META_DATA_OS:-}" == "darwin" ]]; then
8282
PATH="${PATH}:/usr/local/share/dotnet"
8383
fi
8484

0 commit comments

Comments
 (0)