Skip to content

Commit

Permalink
PYTHON-4734 Allow download-mongodb to run under sh (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 12, 2024
1 parent 17efecd commit 9728d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/download-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#For future use the feed to get full list of distros : http://downloads.mongodb.org/full.json

set -o errexit # Exit the script with error if any of the commands fail
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
. $SCRIPT_DIR/handle-paths.sh

get_distro ()
Expand Down

0 comments on commit 9728d31

Please sign in to comment.