Skip to content

Commit fc9db37

Browse files
committed
try with normalized paths
1 parent e51153e commit fc9db37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ 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:-}" ]; then
10-
ROOT=$(cygpath -m $ROOT)
11-
fi
12-
139
if [ -z "${TEST_CRYPT_SHARED:-}" ]; then
1410
export SKIP_CRYPT_SHARED=1
1511
fi

0 commit comments

Comments
 (0)