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 ae60535 commit 97df01aCopy full SHA for 97df01a
.evergreen/scripts/setup-dev-env.sh
@@ -16,9 +16,8 @@ if [ -f $HERE/test-env.sh ]; then
16
. $HERE/test-env.sh
17
fi
18
19
-# Try to use the binaries in the toolchain if available.
+# Try to use the binaries in the toolchain if available.
20
if [ -n "${CI}" ]; then
21
- echo "HELLO"!
22
export PATH
23
case "${OSTYPE:?}" in
24
cygwin)
0 commit comments