Possible logic error.

This commit is contained in:
Terry Chia 2014-10-30 10:37:32 +08:00
parent f67fcf9f9b
commit c69fa6e6d6

View file

@ -12,7 +12,7 @@ fi
if [[ "$DARWIN" = true ]]; then
brew update
if [[ "${OPENSSL}" == "0.9.8" ]]; then
if [[ "${OPENSSL}" != "0.9.8" ]]; then
brew upgrade openssl
fi