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 e51153e commit fc9db37Copy full SHA for fc9db37
.evergreen/scripts/bootstrap-mongo-orchestration.sh
@@ -6,10 +6,6 @@ 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:-}" ]; then
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