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 e22dcd0 commit e51153eCopy full SHA for e51153e
.evergreen/scripts/bootstrap-mongo-orchestration.sh
@@ -6,7 +6,7 @@ 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:-}" ];
+if [ "Windows_NT" = "${OS:-}" ]; then
10
ROOT=$(cygpath -m $ROOT)
11
fi
12
0 commit comments