Skip to content

Commit 598c97e

Browse files
committed
use bash
1 parent fd323b3 commit 598c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -f $HERE/test-env.sh ]; then
1515
fi
1616

1717
# Ensure dependencies are installed.
18-
. $HERE/install-dependencies.sh
18+
bash $HERE/install-dependencies.sh
1919

2020
# Set the location of the python bin dir.
2121
if [ "Windows_NT" = "${OS:-}" ]; then

0 commit comments

Comments
 (0)