mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Possible logic error.
This commit is contained in:
parent
f67fcf9f9b
commit
c69fa6e6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue