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 ea71796 commit e22dcd0Copy full SHA for e22dcd0
.evergreen/scripts/bootstrap-mongo-orchestration.sh
@@ -6,6 +6,10 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
6
HERE="$( cd -- "$HERE" > /dev/null 2>&1 && pwd )"
7
ROOT=$(dirname "$(dirname $HERE)")
8
9
+if [ "Windows_NT" = "${OS:-}" ];
10
+ ROOT=$(cygpath -m $ROOT)
11
+fi
12
+
13
if [ -z "${TEST_CRYPT_SHARED:-}" ]; then
14
export SKIP_CRYPT_SHARED=1
15
fi
0 commit comments