mongodb-labs / drivers-evergreen-tools

Scripts for MongoDB drivers to bootstrap their Evergreen configuration file - This Repository is NOT a supported MongoDB product
10 stars 64 forks source link

use `||` not `&&` in crypt shared check #508

Closed kevinAlbs closed 4 weeks ago

kevinAlbs commented 4 weeks ago

Follow-up to #505. Fixes check to use && instead of ||.

Verified with a temporary Debian 12 task in the C++ driver to verify CRYPT_SHARED_LIB_PATH is set. Without this fix, the task fails. With this fix, the task succeeds.