Skip to content

Commit e22dcd0

Browse files
committed
windows fix
1 parent ea71796 commit e22dcd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/scripts/bootstrap-mongo-orchestration.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
66
HERE="$( cd -- "$HERE" > /dev/null 2>&1 && pwd )"
77
ROOT=$(dirname "$(dirname $HERE)")
88

9+
if [ "Windows_NT" = "${OS:-}" ];
10+
ROOT=$(cygpath -m $ROOT)
11+
fi
12+
913
if [ -z "${TEST_CRYPT_SHARED:-}" ]; then
1014
export SKIP_CRYPT_SHARED=1
1115
fi

0 commit comments

Comments
 (0)