Skip to content

Commit 017215c

Browse files
committed
Fix wrong exit in function
1 parent 31c143a commit 017215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install_composer ()
5757
php composer-setup.php --quiet
5858
RESULT=$?
5959
rm composer-setup.php
60-
exit $RESULT
60+
return $RESULT
6161
}
6262

6363
# Functions to fetch MongoDB binaries

0 commit comments

Comments
 (0)