Skip to content

Commit 5a82fcf

Browse files
committed
use bash instead
1 parent e95ca49 commit 5a82fcf

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
@@ -17,7 +17,7 @@ else
1717
BIN_DIR=.venv/bin
1818
fi
1919

20-
. $HERE/install-dependencies.sh
20+
bash $HERE/install-dependencies.sh
2121

2222
# Ensure there is a python venv.
2323
if [ ! -d $BIN_DIR ]; then

0 commit comments

Comments
 (0)