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 e39170e commit a342c7fCopy full SHA for a342c7f
.evergreen/scripts/install-dependencies.sh
@@ -9,7 +9,7 @@ if [ "${CI:-}" == "true" ]; then
9
else
10
_BIN_DIR=$HOME/.local/bin
11
fi
12
-if [ ! -f $BIN_DIR/just ]; then
+if [ ! -f $_BIN_DIR/just ]; then
13
if [ "Windows_NT" = "${OS:-}" ]; then
14
_TARGET="--target x86_64-pc-windows-msvc"
15
0 commit comments